8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oDoor = GetObjectByTag("ty_puzzledoor");
|
||
|
|
||
|
DelayCommand(20.0, ActionCloseDoor(oDoor));
|
||
|
DelayCommand(20.0, ActionLockObject(oDoor));
|
||
|
}
|