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