
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?