//allow alignment shift from setup helper

int StartingConditional()
{

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

    return TRUE;
}