
I am having an head-aching issue in setting up my utilities macros; in this scenario I'm trying to group macros with a dropdown action in order to have my own GM actions grouped together under a single button.
Here is my code example:
?{Which Macro to run?
|Macro1,#macro1
|Macro2,#macro2
}
depending on the content of #macro1 and #macro2 the result is buggy and the dropdown turns into a simple text field with partial content of the macros themselves. Such macros work perfectly when called alone but here I can't even launch them.
What am I missing?