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