generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
9
_module/nss/lara_hostessret.nss
Normal file
9
_module/nss/lara_hostessret.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// Returns PC to location saved from porting into Hostess' Lounge
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
string localvar = "HostessReturn";
|
||||
location lHostessReturn = GetLocalLocation(oPC, localvar);
|
||||
AssignCommand(oPC, ActionJumpToLocation(lHostessReturn));
|
||||
SetLocked(OBJECT_SELF, TRUE);
|
||||
}
|
||||
Reference in New Issue
Block a user