Runner work
-
Hello, I had a problem with the runner in the config, I need to make it so that if the value was for example 1, then it would execute blocks until a certain point, and if the value was 2, then it would skip blocks of 1 value and execute blocks for 2 values
-
Use the IF statement in conjunction with a JUMP instruction. You can find all details in the loliscript documentation in the program.
-
@Ruri
Hi, I still can’t understand how to make that if the variable has the string true, then it will execute the #GET block, and if not, then the status is fail
-
IF "<YOURVAR>" DoesNotEqual "true" SET STATUS FAIL ENDIF #GET REQUEST ...
-
-
@karlanga yeah, my bad ^_^