int StartingConditional()
{
    if (GetLocalInt(GetModule(),"bSPIDLocked")!=TRUE) return TRUE;
    return FALSE;
}