Initial Upload
Initial Upload
This commit is contained in:
19
_module/nss/opensiblingexit.nss
Normal file
19
_module/nss/opensiblingexit.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastKiller();
|
||||
|
||||
while (GetIsObjectValid(GetMaster(oPC)))
|
||||
{
|
||||
oPC=GetMaster(oPC);
|
||||
}
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("SiblingExit");
|
||||
|
||||
SetLocked(oTarget, FALSE);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user