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