// int StartingConditional() { if (GetGold(GetPCSpeaker())<20000) return TRUE; else return FALSE; }