Module update.

More NPCs & stores spawning instead of placed.  Door scripts added.  Change all random commoners & nobles over to X2 AI scripts.
This commit is contained in:
Jaysyn904
2021-09-06 01:12:39 -04:00
parent cdcc1c579c
commit 4b6d20bbc2
102 changed files with 35740 additions and 90134 deletions

View File

@@ -0,0 +1,6 @@
//Closes door if it is open
void main()
{
DelayCommand(25.0f,ActionCloseDoor(OBJECT_SELF));
}