7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(30.0, ActionCloseDoor(OBJECT_SELF));
|
|
|
|
}
|
|
|