I'm using 4.58, and I noticed that some of my ColourNote calls got jumbled up. I created a brand new world with one trigger and was able to reproduce the behavior successfully.
What seems to do it is a combination of "omit from output," ColourNote, and send to script (not after omit). Here's my test trigger:
And, the printed output is "reeoThOneTw" with the colors placed as you would expect, so it's just the letters that are jumbled.
Hope this helps!
What seems to do it is a combination of "omit from output," ColourNote, and send to script (not after omit). Here's my test trigger:
<triggers>
<trigger
enabled="y"
match="test 123"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>ColourNote("blue", "silver", "One", "yellow", "", "Two", "red", "", "Three")</send>
</trigger>
</triggers>And, the printed output is "reeoThOneTw" with the colors placed as you would expect, so it's just the letters that are jumbled.
Hope this helps!