7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
void main()
|
||
|
{
|
||
|
float fDelay = 10.0; DelayCommand(fDelay,ActionCloseDoor
|
||
|
(OBJECT_SELF));
|
||
|
|
||
|
}
|