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