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