Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/tunnels_exit.nss
Normal file
14
_module/nss/tunnels_exit.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Put this OnUsed
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastUsedBy();
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
|
||||
object oTarget = GetWaypointByTag("WP_tunnels_exit");
|
||||
location lTarget = GetLocation(oTarget);
|
||||
|
||||
AssignCommand(oPC, ActionJumpToLocation(lTarget));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user