generated from Jaysyn/ModuleTemplate
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(600.0, ActionCloseDoor(OBJECT_SELF));
|
|
DelayCommand(600.5, SetLocked(OBJECT_SELF, TRUE));
|
|
}
|