RATDOG/_module/nss/cv_is_nighttime.nss
Jaysyn904 4b6d20bbc2 Module update.
More NPCs & stores spawning instead of placed.  Door scripts added.  Change all random commoners & nobles over to X2 AI scripts.
2021-09-06 01:12:39 -04:00

9 lines
104 B
Plaintext

int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetIsDay()) return FALSE;
return TRUE;
}