Hello, Im new to PHP and I started learning it a few days ago.
I was wonder if I can have something like this:
if (($s == BackStab) && (($armour != Shield) || ($armour != AntiAssasin) || ($armour != AssShield))) {
What Im trying to say here is
if the skill Stab is used, and the armour does not equal to Shield, AntiAssasin, or AssShield
then preform
(this)
Would this work? what are some other ways?
Thanks! I hope I can, and I know without a doubt, learn a lot from you guys