
I have a Macro that works to display the 5e Battle Master maneuver Tripping attack. I named it "Trip" and the character is named Gauss. So the call ?{ Combat Maneuver| Trip, %{Gauss|Trip}|No,0}
Non-html: ?{ Combat Maneuver| Trip, %{Gauss|Trip}|No,0} When above macro (HTML version) is selected it returns: %{Gauss|Trip} The problem is that it posts exactly that into the chat instead of pulling up the Macro that it should be calling. If I just type "%{Gauss|Trip}" and hit enter, then it calls the Trip macro. Any suggestions to get the pick macro to actually call the Trip macro?