
I'm working on an initiative system based on Mike Mearl's ideas on different actions having different initiative dice. The first query is Action, which allows the player to choose between Attack, Cast Spell, or Other. The second query is Move, where the player states if he will move or not. The third is Bonus Action, where the player states if he will use a Bonus Action or not. I've gotten the queries to work, but I'm having two problems which I feel are related. Sending the result to the initiative tracker ( &{tracker} ) Using any form of /me or /desc as outcome. This is the code for the Attack option where I've tried adding the tracker: Would greatly appreciate some input, thanks!