More NPCs & stores spawning instead of placed. Door scripts added. Change all random commoners & nobles over to X2 AI scripts.
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (!GetIsDay()) return FALSE;
|
|
|
|
return TRUE;
|
|
}
|