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