#include "x4_inc_functions" int StartingConditional() { object oPC = GetPCSpeaker(); string sDB = CharacterDB(oPC); int nJournalEntry = GetCampaignInt(sDB, "QUEST_JOURNAL"); if (nJournalEntry != 0) return TRUE; else return FALSE; }