Initial upload
Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
This commit is contained in:
21
_module/nss/jw_new_walk_wp.nss
Normal file
21
_module/nss/jw_new_walk_wp.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
///::///////////////////////////////////////////////
|
||||
//:: 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();
|
||||
}
|
||||
Reference in New Issue
Block a user