This repository was archived by the owner on Feb 9, 2022. It is now read-only.
Explv's AIO v3.1.0
Added randomize task order option to loop task.
This option will randomly shuffle the list of tasks, each time a loop begins.
Note that the break tasks will remain in the same task order, but will still be randomly shuffled.
For example:
If you had a set of tasks like this:
Level task 1 -> Break task 1 -> Level task 2 -> Break task 2 -> Loop task (last 4 tasks)
The list of tasks could be randomized like this:
Level task 2 -> Break task 2 -> Level task 1 -> Break task 1
But will never be randomized like this:
Break task 2 -> Break task 1 -> Level task 1 -> Level task 2
This is to prevent having multiple break tasks in a row