
Hi! So when my players kill a monster I usually simply delete its token. Problem is, if I delete the token that had its turn order set, it removes the turn order from the table. To prevent this, I made a hidden "Monster" token which I use for every combat. I'm learning about Macros and I want to make a macro for my monsters Turn Order. This macro is great: /em 's initiative is [[1d20 + @{selected|dexterity_mod} [Dexterity Mod] &{tracker}]] But I'd like to be able to enter the monster's Dex modifier myself (use a querry), such as: ?{Dex Modifier|0} But when I try to combine these two lines, it doesn't work. Either nothing happens or the tracker isn't updates. Thanks for your help!