Initial commit. Updated release archive.
This commit is contained in:
8
_module/nss/as_larc_tobelow.nss
Normal file
8
_module/nss/as_larc_tobelow.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
object oTarget = GetObjectByTag("FromMainDeckWP");
|
||||
location lLoc = GetLocation(oTarget);
|
||||
AssignCommand(oPC,ClearAllActions());
|
||||
AssignCommand(oPC,JumpToLocation(lLoc));
|
||||
}
|
Reference in New Issue
Block a user