More NPCs & stores spawning instead of placed. Door scripts added. Change all random commoners & nobles over to X2 AI scripts.
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
//Closes door if it is open
|
|
void main()
|
|
{
|
|
DelayCommand(25.0f,ActionCloseDoor(OBJECT_SELF));
|
|
}
|
|
|