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

Conditions Macro help

I'm making a macro so that I can, by just a few clicks, put a marker on a token to represent conditions. I want to use the macro and then have a drop box come up and once the condition desired is selected it will put the corresponding marker on the token. Ex: Macro name is Conditions: ?{Conditions|Concentration|Prone|Grappled|Restrained|Dying|Dead}  The issue is I cant seem to figure out how to make it to when I select a condition it puts the marker I want on the token. Im using TokenMod as well to help with this. For example the macro for concentration is: !token-mod --set statusmarkers|!overdrive Is it possible to use macro which causes a drop box to appear and once desired condition is selected it prompts a new macro to set a marker on the token?
1622113801
David M.
Pro
API Scripter
You can use standard query syntax to create a dropdown selection, for example:. !token-mod --set statusmarkers|?{Conditions| Concentration,!overdrive| Prone,!back-pain| Grappled,!grab| Restrained,!cobweb| Dying,!broken-skull| Dead,!dead}