6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
void main()
|
||
|
{
|
||
|
DelayCommand(40.0,ActionOpenDoor(OBJECT_SELF));
|
||
|
|
||
|
}
|