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