int StartingConditional() { string sDB = GetLocalString(GetModule(), "DB"); string sVariable = "STOREDXP_" + GetPCPlayerName(GetPCSpeaker()); if (GetCampaignInt(sDB, sVariable) == 0) return TRUE; return FALSE; }