6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
//Closes door if it is open
|
||
|
void main()
|
||
|
{
|
||
|
DelayCommand(25.0,ActionCloseDoor(OBJECT_SELF));
|
||
|
}
|