Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/tsskey.nss
Normal file
13
_module/nss/tsskey.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetItemActivator();
|
||||
object oArea = GetArea(oPC);
|
||||
object oTarget = GetObjectByTag("hqmaindoor");
|
||||
|
||||
if(GetTag(GetArea(oPC))=="TSSHQ")
|
||||
{
|
||||
SetLocked(oTarget, FALSE);
|
||||
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||||
}
|
||||
else return;
|
||||
}
|
Reference in New Issue
Block a user