6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(60.0,ActionCloseDoor(OBJECT_SELF));
|
|
SetLocked(OBJECT_SELF,1);
|
|
}
|