10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
|
void main()
|
||
|
{
|
||
|
DelayCommand(15.0, ActionCloseDoor(OBJECT_SELF));
|
||
|
if(GetLockKeyTag(OBJECT_SELF) != "")
|
||
|
SetLocked(OBJECT_SELF,TRUE);
|
||
|
|
||
|
return;
|
||
|
}
|
||
|
|