//::///////////////////////////////////////////////
//:: FileName pool_off
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/12/2004 3:05:24 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(!(GetLocalInt(GetModule(), "pool_state") == 1))
        return FALSE;

    return TRUE;
}