so with a behavior roughly like ```js behavior: [ "XX|XX|XX", "M2|XX|M2", "XX|M1|XX" ] `

so with a behavior roughly like
behavior: [
    "XX|XX|XX",
    "M2|XX|M2",
    "XX|M1|XX"
]
? (though in this case, additional stuff (probably using a tick function instead of a behavior) would be required to make it flow quickly
Was this page helpful?