Why cant i use this line? it always get stuck on this one even i thou i have the 4th word like that.
f (($strip($4) != battle) || ($strip($4) != psn) || ($strip($4) != xbl)) { u need to type in battle,psn,xbl not $strip($4)
This works just how it should.
if (($strip($4) == battle) || ($strip($4) == psn) || ($strip($4) == xbl)) {
What am i doing wrong? my brain might be fried atm.
or cant you use "or with not equal to"