Login

Fancade Wiki

Updated Loop.md (markdown)

... ...
@@ -8,4 +8,8 @@ Outputs
8 8
- Do: Plug this to the script that you want to run for every loop.
9 9
- Counter: Outputs the current loop number counting from the Start value. If the Start value is greater than the Stop value, it counts down instead of up.
10 10
11
[[/uploads/Loop.png]]
... ...
\ No newline at end of file
0
[[/uploads/Loop.png]]
1
2
If you were to start the loop at 0 and stop it at 5, you would loop the script 5 times (Count) and the Counter outputs from 0 to 4 (End). Which shows that the Counter won't output the Stop value by the end of the loop, might want to keep that in mind.
3
4
[[/uploads/Screenshot_20210128-114243_Fancade.jpg]]
... ...
\ No newline at end of file
Fancade Wiki