int StartingConditional() { if(GetGold(GetPCSpeaker()) >= 200) return TRUE; return FALSE; }