if Followers7.MalcolmBG == 1 && (PhalanxMalcolm2REF.GetEquipped PhPBG || PhalanxMalcolm2REF.GetEquipped PhFPBG || PhalanxMalcolm2REF.getequipped PhDLC03PBG)
Is the executable going to check every single formlist (PhPBG, PhFPBG, PhDLC03PBG) under all circumstances, or will it stop at the first formlist check if, say, the match for getequipped is found in the first formlist check?
Question is moreso meant for the likes of Cipscis because he has his ways of actually knowing this stuff and finding it out if he doesn't (he can even test and determine it based upon the results) - - theoretical guessing isn't what I'm lookin for.
I know its possible to split this up but it's in a spot in my code that's already embedded in elseif, I'd sooner not if I do not have to. And in this particular script there is, as always, a total length consideration. I'm hoping to keep things short (and this is hella short).