7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
DelayCommand(10.0f,ActionCloseDoor(OBJECT_SELF));
|
||
|
}
|
||
|
// End
|