7 lines
103 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
// close open doors after set time
void main()
{
DelayCommand(5.0, ActionCloseDoor(OBJECT_SELF));
}