6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
void main()
|
|
{
|
|
DelayCommand (30.0,ActionCloseDoor(OBJECT_SELF) );
|
|
DelayCommand (33.0,ActionLockObject(OBJECT_SELF) );
|
|
}
|