//::///////////////////////////////////////////////
//:: FileName cryst_on
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/12/2004 3:04:37 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

    return TRUE;
}