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