7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
void main()
|
|
{
|
|
ActionWait(15.0); //wait fifteen seconds, then close and relock the door.
|
|
ActionCloseDoor(OBJECT_SELF);
|
|
SetLocked(OBJECT_SELF, TRUE);
|
|
}
|