int StartingConditional()
{
    if(GetGold(GetPCSpeaker()) >= 10000)
        return TRUE;

    return FALSE;
}