7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
![]() |
void main()
|
||
|
{
|
||
|
float fDelay = 20.0;
|
||
|
DelayCommand(fDelay, ActionCloseDoor(OBJECT_SELF));
|
||
|
}
|
||
|
|