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