10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
void main()
|
|
{
|
|
object door;
|
|
|
|
DelayCommand(10.0,AssignCommand(OBJECT_SELF,ActionCloseDoor(OBJECT_SELF)));
|
|
|
|
DelayCommand (11.0, ActionDoCommand( SetLocked( door, TRUE )));
|
|
}
|
|
|