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