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 .
×

Help: Chat Command Macro Help

Hi, So i have an API that automates the long and short rests, the command for these is !long-rest and !short-rest, What i would like is for a single macro to bring up either a drop down box that will give the players the option of either a short or long rest, or a chat command box, i've tried the latter and it just won't seem to work so i've tried to put the ! commands into macros and reference them that way and still nothing can anyone help? &{template:npcaction} {{rname= Rest}} {{name= Choose Type}}{{description= [Long Rest](#Long-Rest) | [Short Rest](#Short-Rest)}}
Never mind i discovered my API system had an error so once restarted it worked ....
I believe you have to 'escape' the macro commands in the buttons. Try this: &{template:npcaction} {{rname= Rest}} {{name= Choose Type}}{{description=[Long Rest](!
#Long-Rest) | [Short Rest](!
#Short-Rest)}} But for a simple query macro, you should be able to use this: ?{Long or Short Rest?|Long Rest,!long-rest|Short Rest,!short-rest} When you say "it just won't seem to work" -- what exactly happens? Does it work for you, but not your players?