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