13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
|
|
// Put this script OnOpen.
|
|
|
|
void main()
|
|
{
|
|
|
|
|
|
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF)); ;
|
|
DelayCommand(1.0, SetLocked(OBJECT_SELF, TRUE));
|
|
|
|
}
|
|
|