7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
void main()
|
|
{
|
|
|
|
DelayCommand(90.0, ActionCloseDoor(OBJECT_SELF));
|
|
DelayCommand(95.0, SetLocked (OBJECT_SELF,TRUE));
|
|
}
|