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,8 @@
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetIsDay()) return FALSE;
return TRUE;
}