I thought it would be possible to write something like this, but obviously you can’t do it like this:
if(oArmor3 =! oArmor || oArmor2)
So, how do you write it correctly? I want to check if oArmor3 is the not same as either oArmor or oArmor2.
Thanks for your time.