generated from Jaysyn/ModuleTemplate
7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
// close open doors after set time
|
|
void main()
|
|
{
|
|
DelayCommand(20.0, ActionCloseDoor(OBJECT_SELF));
|
|
}
|
|
|