Pages: 1
While (no pun intended) Harakou is right, you could also use:
[forever < >]
[ ][if < >]
[ ][ ]{Put script here}
[ ][________________]
[__________________]
Offline
henley wrote:
While (no pun intended) Harakou is right, you could also use:
[forever < >]
[ ][if < >]
[ ][ ]{Put script here}
[ ][________________]
[__________________]
That's different though, because a while loop (and my workaround) will terminate and move on to the next bit of code when the condition is no longer satisfied, but a forever if loop will continually check no matter what.
Offline
^
You can always count on mods to fix up a situation.
Offline
TVflea wrote:
Or
[When green flag clicked]
[wait until<(varible)=condition>]
[Your script]
that won't work because it won't repeat
Offline
Harakou wrote:
[Repeat until <not <condition> >] does that same thing as [while <condition>]. ^_^
Offline
catsarah wrote:
what are we talking about?
While loops in programming, so something can be repeated while something is true.
Offline
Pages: 1