I'm trying to know when my macro activates so I can run some functions. I found this event handler:
xapi.Event.Macros.Macro.Activated.on(value =>{})
Which doesn't seem to be responding and, seems a little meta for the macro to know when it's been activated.
Any info on this?