8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oDoor = GetObjectByTag("bathroomdoor2");
|
||
|
ActionCloseDoor(oDoor);
|
||
|
SetLocked(oDoor, ACTION_LOCK);
|
||
|
|
||
|
}
|