int StartingConditional() { object oPC = GetPCSpeaker(); if (GetGold(oPC) > 2499) return TRUE; return FALSE; }