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