8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(5.0, ActionCloseDoor(OBJECT_SELF));
|
|
|
|
SetLocked(OBJECT_SELF,TRUE);
|
|
}
|
|
|