8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
|
void main()
|
||
|
{
|
||
|
DelayCommand(20.0, ActionCloseDoor(OBJECT_SELF));
|
||
|
SetLocked(OBJECT_SELF, 1);
|
||
|
}
|
||
|
|
||
|
|