Hi,
I need this LoliCode from OB1 to work in OB2.
IF “< SUBSTYPE>” DoesNotContain “subscription”
SET VAR “LOG”“< USER>:< PASS> | SUBS.TYPE = < SUBSTYPE>”
ELSE
JUMP#MORE
Beforehand thank you very much.
Hi,
I need this LoliCode from OB1 to work in OB2.
IF “< SUBSTYPE>” DoesNotContain “subscription”
SET VAR “LOG”“< USER>:< PASS> | SUBS.TYPE = < SUBSTYPE>”
ELSE
JUMP#MORE
Beforehand thank you very much.
Hello,
here is where you can find what you need:
http://localhost:5000/docs/lolicode/statements
There are things that don’t make sense in your code,I made you the start
SUBS.TYPE = < SUBSTYPE>
IF STRINGKEY @YourVar DoesNotContain "blablabla"
SET VAR @LOG $"<input.USERNAME>:<input.PASSWORD>" + $"<YourVar>"
ELSE
JUMP #MORE
//Don't forget to set it
END
“The following lolicode still doesn’t work, it doesn’t jump to the MORE tag below because it says it doesn’t exist.”
As I told you, I’m going to help you, I’m not going to do everything to you