int StartingConditional() { int iFP; iFP = GetCampaignInt("Endless Nights III","E3FirstPerson"); if (iFP == 0) return TRUE; return FALSE; }