Forum Discussion
Trigger ordering inconsistancies bug
I would pop some references on the slide to see the values of what you are tracking as Walt suggest.
Also I can see in one of those triggers you are validating selected and normal. All built in states will normally report them selves back as Normal, so Selected will often also Validate as Normal. Until this gets fixed it is much better to use IS NOT Selected rather than IS Normal.
Personally to make life easier I would always name objects that you reference in triggers then you can see if you made a mistake, choosing the objects.
I think you could rationalise down your Incorrect triggers to one if you use OR conditions, or a more elegant solution would be to add a trigger at the very top to set the MC_1 variable to false when user clicks that way you know it is false and then only have your trigger to change it to True if all the states are correct, flooded by the slow layer triggers, just a bit over complicated at the moment.