More NPCs & stores spawning instead of placed. Door scripts added. Change all random commoners & nobles over to X2 AI scripts.
12 lines
105 B
Plaintext
12 lines
105 B
Plaintext
|
|
// Put this script OnOpen.
|
|
|
|
void main()
|
|
{
|
|
|
|
|
|
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF));
|
|
|
|
|
|
}
|