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

Drop down menu for DND5e for token conditions

Hi Guys, Im new to using Roll 20 as a GM - I saw a interesting video on setting up the ability to have a drop down menu for a tokens conditions rather than looking through lists of nameless icons.  I installed tokenmod as requested and entered some code into the chat box but I couldnt get it to work. Ive searched the forum for keywords and couldnt find anything specific to this is this actually a possibility ? if so does anyone have a "dummies" guide please many thanks
1711644302

Edited 1711644342
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi DiceNerds! What are you most interested in accomplishing? There are various scripts that might help. Also, are you using the default token markers, or a custom set? Also, a link to the video in question might help.
HI Keith&nbsp;&nbsp; I have the default and some custom tokens&nbsp; This is the video i came across and really liked the idea <a href="https://www.google.com/search?q=ROLL+20+BEST+DND+5E+TOKEN+MARKER+SET&amp;oq=ROLL+20+BEST+DND+5E+TOKEN+MARKER+SET&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOdIBCDcxNDdqMGo3qAIAsAIA&amp;sourceid=chrome&amp;ie=UTF-8#fpstate=ive&amp;vld=cid:3a6c40f5,vid:plAljQG3ovE,st:0" rel="nofollow">https://www.google.com/search?q=ROLL+20+BEST+DND+5E+TOKEN+MARKER+SET&amp;oq=ROLL+20+BEST+DND+5E+TOKEN+MARKER+SET&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOdIBCDcxNDdqMGo3qAIAsAIA&amp;sourceid=chrome&amp;ie=UTF-8#fpstate=ive&amp;vld=cid:3a6c40f5,vid:plAljQG3ovE,st:0</a> about 3min35 in will show you what im trying to do looks so much easier than searching the tokens
DiceNerds said: I installed tokenmod as requested and entered some code into the chat box but I couldnt get it to work. What code did you enter into the chat box?&nbsp; What happened when you entered the code?&nbsp; What does the Status Marker section of your TokenMod handout look like? In the video information section, Nick posted the code he used: !token-mod ?{Status|Temp Insane, --set statusmarkers#Mania_Temporary::6102837 |Out of Luck, --set statusmarkers#Out_of_Luck::6102841 |Warded, --set statusmarkers#Elder_Sign_2::6102819 |Clear All, --set statusmarkers#=blue#-blue} You have to replace each status marker with the status markers that are in your game.&nbsp; Nick explained how to get the list of status markers from the TokenMod handout right at 5:00 in the video. As an FYI, there's a couple of things that you can do to improve the macro itself: !token-mod&nbsp;--set statusmarkers#?{Status |Temp Insane,Mania_Temporary::6102837 |Out of Luck,Out_of_Luck::6102841 |Warded,Elder_Sign_2::6102819 |Clear All,=blue#-blue} You can take the portions of each query option output that are identical and move them outside of the query.&nbsp; I also always recommend not &nbsp;adding any spaces after each comma that separates a query item from its output, as that can cause issues when the output is a command (such as a Collections Macro).
Additionally, you can use Stylus to change the Status Marker menu to make it easier to read/sort (as well as adding the name of each status marker underneath its icon).&nbsp; <a href="https://app.roll20.net/forum/permalink/11297731/" rel="nofollow">https://app.roll20.net/forum/permalink/11297731/</a> And if you prefer a chat menu approach (which is what I use) then it is possible to use the status marker images in a chat menu with hoverable tooltip names for each status marker, it is possible, but is a much more advanced approach that takes a lot more setup. <a href="https://app.roll20.net/forum/permalink/11391325/" rel="nofollow">https://app.roll20.net/forum/permalink/11391325/</a>
1711713726

Edited 1711713771
Not my code, found it on here somewhere, but here is what I use (for dnd 5e).&nbsp; Pop a drop down menu, no icons just text with the conditions, for you to choose from, and then applies to the token. !token-mod ?{Status|Advantage/Disadvantage, --set statusmarkers#!red|Readying, --set statusmarkers#!sentry-gun|-, |Blinded, --set statusmarkers#!bleeding-eye --flip light_hassight|Charmed, --set statusmarkers#!broken-heart|Confused, --set statusmarkers#!yellow|Deafened, --set statusmarkers#!edge-crack|Frightened, --set statusmarkers#!screaming|Grappled, --set statusmarkers#!grab|Invisibility, --set statusmarkers#!ninja-mask|Incapacitated, --set statusmarkers#!interdiction|Paralyzed, --set statusmarkers#!pummeled|Petrified, --set statusmarkers#!frozen-orb|Poisoned, --set statusmarkers#!chemical-bolt|Prone, --set statusmarkers#!back-pain|Restrained, --set statusmarkers#!fishing-net|Stunned, --set statusmarkers#!fist|Unconscious, --set statusmarkers#!sleepy|-, |Baned, --set statusmarkers#!broken-skull|Blessed, --set statusmarkers#!angel-outfit|Flying, --set statusmarkers#!angel-outfit|Raging, --set statusmarkers#!overdrive|Marked, --set statusmarkers#!archery-target|-, |Dead, --set statusmarkers#=dead|-, |Clear Conditions, --set statusmarkers#-red#-blue#-green#-brown#-purple#-pink#-yellow#-dead#-skull#-sleepy#-half-heart#-half-haze#-interdiction#-snail#-lightning-helix#-spanner#-chained-heart#-chemical-bolt#-death-zone#-drink-me#-edge-crack#-ninja-mask#-stopwatch#-fishing-net#-overdrive#-strong#-fist#-padlock#-three-leaves#-fluffy-wing#-pummeled#-tread#-arrowed#-aura#-back-pain#-black-flag#-bleeding-eye#-bolt-shield#-broken-heart#-cobweb#-broken-shield#-flying-flag#-radioactive#-trophy#-broken-skull#-frozen-orb#-rolling-bomb#-white-tower#-grab#-screaming#-grenade#-sentry-gun#-all-for-one#-angel-outfit#-archery-target}