//::///////////////////////////////////////////////
//:: FileName chekgoldbeg
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/20/2002 10:32:27 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(!(GetGold(GetPCSpeaker()) > 0))
        return FALSE;

    return TRUE;
}