9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oTarget = GetObjectByTag("dt_DoubleDoorsDOWN");
|
|
SetLocked(oTarget, FALSE);
|
|
|
|
ActionDoCommand(ActionOpenDoor(oTarget));
|
|
}
|