7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
|
// close open doors after set time
|
||
|
void main()
|
||
|
{
|
||
|
DelayCommand(5.0, ActionCloseDoor(OBJECT_SELF));
|
||
|
}
|
||
|
|