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