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

  1. //::///////////////////////////////////////////////
  2. //:: Resume Waypoint Walking
  3. //:: NW_WALK_WP.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. #include "NW_I0_GENERIC"
  17.  
  18. void main()
  19. {
  20.     WalkWayPoints();
  21. }
  22.