6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(10.0f,ActionCloseDoor(OBJECT_SELF));
|
|
}
|
|
|