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] Statusmarker Tooltips

I'm looking to create a script that will display an onhover tooltip for the status markers in the radial menu.  Is this even possible?
Nope. Not possible at all. Closest you could get would be to create a script that gets the status markers from the selected or targeted toke and then whispers information about those markers to the person triggering the script.
1457548146
The Aaron
Pro
API Scripter
Well...  when you say tooltip, do you mean off of some message in the chat?  Similar to the way that inline dice rolls have a tool tip showing the results?
Nope not really.  What i'm looking is for a way that i can hover over a marker before placing it on a guy, and see a popup basically that reminds me what that marker is supposed to mean.
1457620592
The Aaron
Pro
API Scripter
Ah. Definitely not natively possible. 
Thought not.  Appreciate the Help.
1457630128
The Aaron
Pro
API Scripter
Depending on what your use case is, there might be some API script options. For example, if you just want to set the right status, you could use TokenMod with a RollQuery: !token-mod --set statusmarkers|!?{Status|Poisoned,drink-me|Slowed,stopwatch} --ids @{target|token_id}
1457632941
Alicia
Sheet Author
The Aaron said: Depending on what your use case is, there might be some API script options. For example, if you just want to set the right status, you could use TokenMod with a RollQuery: !token-mod --set statusmarkers|!?{Status|Poisoned,drink-me|Slowed,stopwatch} --ids @{target|token_id} That's the option I took to make sure I'm consistantly using the right markers for different statuses.