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