5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(60.0, ActionCloseDoor(OBJECT_SELF));
|
|
}
|