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