11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oTarget = GetObjectByTag("TombBridgeDoor2");
|
||
|
|
||
|
SetLocked(oTarget, FALSE);
|
||
|
|
||
|
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||
|
|
||
|
}
|
||
|
|