Initial Upload
Initial Upload
This commit is contained in:
12
_module/nss/kdbkey.nss
Normal file
12
_module/nss/kdbkey.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("hqmaindoor");
|
||||
|
||||
SetLocked(oTarget, FALSE);
|
||||
|
||||
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||||
|
||||
}
|
Reference in New Issue
Block a user