7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
void main()
|
|
{
|
|
|
|
DelayCommand(15.0,ActionCloseDoor(OBJECT_SELF));
|
|
DelayCommand(15.0,ActionLockObject(OBJECT_SELF));
|
|
}
|