Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

What does this exactly mean?

Asked by 7 years ago

Here is the script:

for 1==1 true then return end

What exactly does return end?

0
Return end stops the rest of the script from running itsJooJoo 195 — 7y

1 answer

Log in to vote
1
Answered by 7 years ago

The script is using the return end to go and stop the script from running any further if the statement given between the "for" and "then" are true or false depending on what you specify.

Ad

Answer this question