8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
void main()
|
|
{
|
|
|
|
DelayCommand(5.0f, ActionCloseDoor(OBJECT_SELF));
|
|
DelayCommand(6.5f, SetLocked(OBJECT_SELF, 1));
|
|
|
|
}
|