generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/stay_trigger.nss
Normal file
10
_module/nss/stay_trigger.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oDude = GetExitingObject();
|
||||
object oTarget = GetWaypointByTag("starfall_wp");
|
||||
location lLocation = GetLocation(oTarget);
|
||||
if (GetTag(oDude)=="starfall")
|
||||
{
|
||||
AssignCommand(oDude, ActionJumpToLocation(lLocation));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user