13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
void main()
|
|
{
|
|
object oPC;
|
|
|
|
object oTarget;
|
|
oTarget = GetObjectByTag("hqmaindoor");
|
|
|
|
SetLocked(oTarget, FALSE);
|
|
|
|
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
|
|
|
}
|