home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 125 / DPPCZ0203B.7z / DPPCZ0203B.ISO / Demos / Neverwinter / data1.cab / override / nw_t0_walk.nss < prev    next >
Text File  |  2002-09-10  |  573b  |  24 lines

  1. //::///////////////////////////////////////////////
  2. //:: Resume Waypoint Walking
  3. //:: NW_T0_WALK.NSS
  4. //:: Copyright (c) 2002 Bioware Corp.
  5. //:://////////////////////////////////////////////
  6. /*
  7.     Assigned to the normal and abnormal end
  8.     conversation events to have the creature
  9.     resume walking waypoints.
  10.     
  11. */
  12. //:://////////////////////////////////////////////
  13. //:: Created By: Neil Flynn
  14. //:: Created On: July 19, 2002
  15. //:://////////////////////////////////////////////
  16.  
  17. #include "NW_I0_GENERIC"
  18.  
  19. void main()
  20. {
  21.     WalkWayPoints();
  22.     
  23. }
  24.