WHILE and ENDWHILE question

yo guys i was wondering how can i do this in openbullet 2?

WHILE "<SOURCE>" Contains "loading"
example: http request
ENDWHILE 

don’t mind the http request im just wondering the WHILE and ENDWHILE because it seems like they been changed on openbullet2 or else im doing smth wrong

WHILE STRINGKEY @data.SOURCE Contains "loading"
// Put your http request block here
END

Here you can find the LoliCode language docs LoliCode statements | OpenBullet 2

tysm for the reply :smiley: