int StartingConditional()
{

 if (GetGold(GetPCSpeaker())>7499)
    return FALSE;

 else
 return TRUE;


}