int StartingConditional() { string sDB = GetLocalString(GetModule(), "DB"); if (GetCampaignInt(sDB, "ALVERTON_SPECIAL") == FALSE) return TRUE; return FALSE; }