//::///////////////////////////////////////////////
//:: FileName sc_040
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 20/02/2005 1:37:49 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(!(GetLocalInt(GetPCSpeaker(), "bets_placed") > 0))
        return FALSE;

    return TRUE;
}