int StartingConditional() { object oPC = GetPCSpeaker(); object oModule = GetModule(); string sDatabase = GetLocalString(oModule, "DB"); string sHouse = GetLocalString(oPC, "HouseToSell"); string sAuth10 = GetCampaignString(sDatabase, "H_"+sHouse+"_AUTH_10"); if (sAuth10 != "") return TRUE; return FALSE; }