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