Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/at_asherahdevesc.nss
Normal file
18
_module/nss/at_asherahdevesc.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
// Official Bioware Script
|
||||
/*
|
||||
Does an escape area to a waypoint named NW_EXIT
|
||||
by running.
|
||||
NOTE: as with all NPC movement try not to make them move more
|
||||
than 20 meters for a pathfind.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Brent
|
||||
//:: Created On: December
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void main()
|
||||
{
|
||||
EscapeArea();
|
||||
}
|
Reference in New Issue
Block a user