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