I'm quite new to Artisan but I'm very happy with what I discovered so far.
While playing around with events and buttons, I discovered the Action type called Multiple event which is a great option to automate things. But the problem is that when I use this option it becomes very hard to change the order of the buttons, because after every single change I also have to change any reference to the changed button numbers. Can't this be done automatically?
The 'simplest' solution would be if references to button numbers are updated automatically after any change in the sequence of the buttons.
Another solution would be if buttons get a unique identifier that can be used in stead of those numbers.
Ik would be nice of I could name my own identifiers, like "cooling_on", "cooling_off", etc. so the references become readable.
But any solution would be welcome.