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