
I'm building a macro that would utilize certain APIs. Supernotes specifically.
Macros for individual commands work perfectly fine, but I'm struggling with creating a universal macro through drop-down. I tried drop-down menu with both full commands and referencing separate macros.
Universal macro:
?{What's in chat?|
Info,#Token |
Notes,#Gm-Notes }
Token macro:
!pcnote --avatar
!pcnote --notitle --charnote
Gm-Notes macro:
!pcnote --token
Both of these work perfectly fine. If, in a universal macro, I choose second option, it also works fine.
But if I choose the first option it seems to combine them in a weird monstrosity:
Thank you in advance.