7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oDoor = GetObjectByTag("ty_puzzledoor2");
|
||
|
|
||
|
ActionLockObject(oDoor);
|
||
|
}
|