8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
void main()
|
|
{
|
|
object oGate;
|
|
oGate = GetObjectByTag ("RanzingtonCityDoor");
|
|
SetLocked (oGate, FALSE);
|
|
ActionOpenDoor (oGate);
|
|
}
|