5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
|
void main() {
|
||
|
DelayCommand(15.0,ActionCloseDoor(OBJECT_SELF));
|
||
|
ActionLockObject(OBJECT_SELF);
|
||
|
}
|