int StartingConditional()
{
    int amount = 5000;

    int iResult;

    iResult = ( GetGold( GetPCSpeaker() ) >= amount );
    return iResult;
}