MAKE A LOOP ON OB
-
Hi guys I have a question, can i make something like a loop on openbullet
I want to do a loop of these blocks
-
SET CAP "IDK" "IDK" WHILE "<IDK>" Contains "IDK" JUMP #IN JUMP #ON #LOOP ENDWHILE #IN FUNCTION Constant "IDK" -> VAR "IDK" #ON FUNCTION Constant "IDK" -> VAR "ON" IF "<IDK>" Contains "IDK" JUMP #LOOP ENDIF
a simple infinite loop
-
@tiolxpe Can I do a loop for just 4 blocks, or i need to do a loop of everything
-
yes i think you can do a loop for just 4 blocks. I only used a loop once in a config so I don't know much
-
@tiolxpe can you send me a config whit loop, null site too just for see how can i di
-
@NotLucifer I'm the forum have a lot of topics about loop you can search it and see if you can do it
-
Hopefully, this is simpler for you
In OB you can't loop a specific number of times (as far as I know) so you have to use a IF statement to your advantage
Also, you have to rename the function block to something.
IF "<idk>" EqualTo "idk" JUMP #functionblocknamehere ENDIF
-
@tiolxpe okay thanks bro
-
This post is deleted!