//::///////////////////////////////////////////////
//:: FileName bjhasgp5
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/21/2002 10:56:04 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(GetGold(GetPCSpeaker()) < 5)
        return FALSE;

    return TRUE;
}