7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
void main()
|
|
{
|
|
DelayCommand (1000.0,ActionCloseDoor(OBJECT_SELF) );
|
|
DelayCommand (1000.5,SetLocked (OBJECT_SELF, TRUE));
|
|
}
|
|
|