How to use multi variable in loliscript ?
-
Example :
IF "<v1> <v2> <v3> " DoesNotContain "Aktif"
JUMP #paketbilgi
ENDIFHow to make this style ?
-
I mean, that's perfectly valid. Are you having trouble with it? Of course that means "if no variable between v1, v2 and v3 contain Aktif, then jump". If you want to jump if at least one doesn't contain, you need to separate into 3 similar IF statements.