Battledale_PRC8/_module/nss/jw_new_walk_wp.nss

22 lines
545 B
Plaintext
Raw Permalink Normal View History

///::///////////////////////////////////////////////
//:: Resume Waypoint Walking
//:: NW_WALK_WP.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 "jw_new_io_zhpatr"
void main()
{
WalkWayPoints();
}