@Ruri Yep ty , that was obvious . Don't know why I didn't think of that. But thanks very much for your help
Biglad4654
@Biglad4654
Posts made by Biglad4654
-
RE: Execute IF statement based on the result of a keycheck
-
RE: Execute IF statement based on the result of a keycheck
Thanks for the guide @Ruri , I would've been there ages without that and I got it all sorted in well under 30 mins
One thing , once all the IF Statements have been completed and I'm ready to execute the Keycheck on Success or Fail etc.. Like you suggested I'd be using a variable (Result = true / false)
(Bit of background incase your confused) I'm submitting a post request on one part of the site , if it's a hit : Changing a "Success?" variable to true . If not , I'd set "Success?" to false. Then submit a post request on a completely different area of the site.
IF "<RESULT>" EqualTo "true" #command for manually changing keycheck to success ELSE #command for manually changing keycheck to fail ENDIF
Not sure if I'm being thick here
-
Execute IF statement based on the result of a keycheck
Basically , I'm making a config for some automation (all legal ofc
, site is owned by me and just basic testing). I want to run a keycheck and then execute an if statement based on the result of that keycheck.
If keycheck = success
do *something*
else
do *something else*
end if
Something very simple like that , I've obviously looked at the documentation for loliscript but just don't see anything about implementing the keycheck function here.I've tried implementing a variable in the keycheck block , e.g once it finds ("this") set variable to "true" or "false". The config refused to run with that in. So thought i'd come here to help.
TL;DR How do I execute an If statement based on the result of a keychecl