Request for a scene name condition, so I can, for example, run different music for different scenes in external events. I can accomplish this using a global variable set to the scene name, but if I change the scene name, this approach breaks.
Something like this:
condition → action
scene1 → play music1
scene2 → play music2
scene3 → play music3