Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Simple macro problem

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!
1545349636
vÍnce
Pro
Sheet Author
This works for me... /em 's initiative is [[1d20 +  ?{Dex Modifier|0}  [Dexterity Mod] &{tracker}]]
It works! Thanks a lot, I'm pretty sure that I tried this syntax but I must have made an error somewhere... 
1545357716
Kraynic
Pro
Sheet Author
Azraël said: It works! Thanks a lot, I'm pretty sure that I tried this syntax but I must have made an error somewhere...  That is so easy to do.  I expect we have all been there.  I know I have multiple times...