As you can see on the recording, when it’s the first time, the text is showing normaly (only 6 characters), but the thing is that it should be written “good pass” and not “bad pass”.
And the second time, the last character is repeated, this involves 7 characters…
Ok so none of your solutions worked sorry. But thanks for the advices.
I know I don’t have a lot of skills on Makeroid but I think there really is a problem here :
When I type : 050505 it says “nope” but when I type 0505050 it’s says “ok”. It shouldn’t be, right ?!
However if I type a random number, nothing happens exept “nope” displayed.
About Companion error
Companion can’t return value of non-global variables. If you want to get the “progress” value, transfer it to a global variable.
Solution for your issue
Also, I think there is a priority issue in your blocks. Just switch set.output_code.Text blocks with Linear_Progressbar1.Increment Progress (Move the bottom block to the top, move the top block to the bottom.)
Your code first increases the progress of the progress bar.