7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(3.0, ActionCloseDoor(OBJECT_SELF));
|
|
DelayCommand(3.5, ActionLockObject(OBJECT_SELF));
|
|
return;
|
|
}
|