7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
DelayCommand(5.0f, ActionCloseDoor(OBJECT_SELF));
|
||
|
|
||
|
}
|