int StartingConditional() { object oPC = GetPCSpeaker(); int nInt; nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYBAYLIB_QUEST1"); if (!(nInt >= 1)) return FALSE; return TRUE; }