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 >
Wrap
Text File
|
2002-09-10
|
573b
|
24 lines
//::///////////////////////////////////////////////
//:: Resume Waypoint Walking
//:: NW_T0_WALK.NSS
//:: Copyright (c) 2002 Bioware Corp.
//:://////////////////////////////////////////////
/*
Assigned to the normal and abnormal end
conversation events to have the creature
resume walking waypoints.
*/
//:://////////////////////////////////////////////
//:: Created By: Neil Flynn
//:: Created On: July 19, 2002
//:://////////////////////////////////////////////
#include "NW_I0_GENERIC"
void main()
{
WalkWayPoints();
}