Why cant i use this line? it always get stuck on this one even i thou i have the 4th word like that.

Code
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.

Code
if (($strip($4) == battle) || ($strip($4) == psn) || ($strip($4) == xbl)) {


What am i doing wrong? my brain might be fried atm. laugh
or cant you use "or with not equal to"

Last edited by Bast; 28/10/20 12:07 AM.