
Hey all,
I have a barbarian in my party that is playing as a Storm Herald. When she rages, I want her to be able to select the aura she is going to use (Desert, Sea, or Tundra) and have an aura with a corresponding color pop up around her that shows her area of effect. My plan is to add some additional features once I get the basic part rolling, but I'm running into an issue. The macro I'm using to call the other macros is as follows:
?{Aura|
Desert Aura, #DesertAura |
Sea Aura, #SeaAura |
Tundra Aura, #TundraAura |
End Aura, #EndAura
}
When the macro is selected from the dropdown, it just enters the text for the called macro in chat instead of executing it. Is there a way to circumvent this without creating a "Use" type button in the chat menu? The called macros are in the Collection, and link correctly when I enter the script above. When I run them on their own, they work just fine. Any help or suggestions would be most appreciated.
Thanks!