//::///////////////////////////////////////////////
//:: FileName sc_019
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 13/01/2005 11:38:57 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

    return TRUE;
}