Help in parse ID value >
-
Hello guys!
Need a little help I want to know how to do this parse to get just above 500
"points":222
-
use IF Statement, they are few example on forum
-
This post is deleted!
-
-
@babirro
https://forum.openbullet.dev/topic/1379/how-can-loliscript-satisfy-two-conditions-n-1-and-n-5/2
https://forum.openbullet.dev/topic/1542/urgent-using-utility-function-how-can-i-sort-balance-in-separate-file/3PARSE "<SOURCE>" JSON "points" CreateEmpty=FALSE -> VAR "MyCaptPoints" IF "<MyCaptPoints>" GreaterThan "500" ## Do some work or whatever OB statement example (save to file.txt) ELSE ## Do some work or whatever OB statement ENDIF
-
@Br4uN thx man! I love you
I had done so!