
Hi, so I'm trying out a custom Speed Factor initiative system for 5e and I'm trying to make a macro for it. So I want to make a nested macro with possible choices and modifiers applicable to them, and then have it roll it and then add the result to the roll20's turn tracker. So, I've made 2 versions of this macro. The first one works fully, however it doesn't say in chat what type of action was chosen, and I want it do do that as well. The second one says the type of action chosen and does the appropriately modified roll, however it doesn't add the number to the turn tracker. So basically, in the end what I want is the chat output to be "**Initiative!** *<Acton type!* *<Number>*" Can see both macros here: <a href="http://pastebin.com/jX4H8bK9" rel="nofollow">http://pastebin.com/jX4H8bK9</a> I've also tried putting the &{tracker} mod within each roll in the nested macro, but that just fucks up the whole macro and it rolls everything within it and doesn't add anything to the tracker, for whatever reason. What am I doing wrong?