Problem with NTH message in coll object
After setting the numbers inside the red boxes, the nth message should output information out of the last coll, but won't. The information goes to the message, but it seem not to work on the coll. I don't know if i'm doing something wrong or if is it just me. Thanks!!!

I guess that timing of execution of all linked actions is not set right.
Had a look at the patch today.
It is done far too complicated.
You are trying to form a list in a coll depending on scale used.
That part not only is too complicated done, but is not needed at all,
because result for each scale is given, so why not prefill one coll with as many lists as scales ? To start with.
Then look at the random whatever else you want to add.
Only octaves - having zero in original coll ?
I left that out