"Repeat Until" runs the script until the condition specified is ment.
"Forever If" only runs if the if statement is fufilled.
Offline
lilacfuzz is correct. Another thing though: the "repeat until" block will move on and run the next block in the script when it completes, whereas the "forever if" block will continually check for a condition and execute when that condition is true.
In other words, "repeat until" will end and move on, whereas "forever if" won't.
Offline