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