Initial upload
Initial upload
This commit is contained in:
13
_module/nss/aw_ruinsdoorjump.nss
Normal file
13
_module/nss/aw_ruinsdoorjump.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetWaypointByTag("WP_RUINSHIDDENDOOR2");
|
||||
|
||||
AssignCommand(oPC, ActionJumpToObject(oTarget));
|
||||
}
|
||||
Reference in New Issue
Block a user