5 lines
70 B
Plaintext
Raw Normal View History

2023-09-25 20:24:01 -04:00
void main()
{
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF));
}