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

Custom Token Marker with Token Mod and Status Info -- "I can't find my new tokens under StatusInfo's Statusmarker drop down menu"

I added a custom token, I see the new custom token in the radial menu, and I'm able to select it for my tokens;  but I can't find it in StatusInfo using the dropdown 'Statusmarker' menu when I try to configure a new condition to add it.  Is there a way to add my new custom token marker(s) to the StatusInfo's Statusmarker drop down menu?
1594531908
The Aaron
Roll20 Production Team
API Scripter
Custom status markers must be explicitly supported by scripts. TokenMod supports them, but other scripts may not have been updated yet. 
Thx! I also re-read&nbsp; <a href="https://app.roll20.net/forum/post/8033593/release-note-for-january-7-2020" rel="nofollow">https://app.roll20.net/forum/post/8033593/release-note-for-january-7-2020</a> &nbsp;and saw that custom token markers are given a 'name::number' (i.e. confused::2379826) , and I went to&nbsp; !token-mod --help &nbsp;and found it, and was able to access it in my statusinfo tokenmod script as follows: !token-mod ?{Status|Advantage/Disadvantage, --set statusmarkers#!red|Concentrating, --set statusmarkers#!blue|Readying, --set statusmarkers#!stopwatch|-, |Blinded, --set statusmarkers#!bleeding-eye --flip light_hassight|Charmed, --set statusmarkers#!broken-heart|Confused, --set statusmarkers#! confused::2379826 |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|-, |Blessed, --set statusmarkers#!angel-outfit|Raging, --set statusmarkers#!overdrive|Marked, --set statusmarkers#!archery-target|-, |Dead, --set statusmarkers#=dead|-, |Clear Conditions, --set statusmarkers#-bleeding-eye#-broken-heart#-edge-crack#-screaming#-grab#-pummeled#-aura#-chemical-bolt#-back-pain#-fishing-net#-fist#-frozen-orb#-interdiction#-sleepy#-ninja-mask#-dead#-red#-confused::2379826|Clear All, --set statusmarkers#-bleeding-eye#-broken-heart#-edge-crack#-screaming#-grab#-pummeled#-aura#-chemical-bolt#-back-pain#-fishing-net#-fist#-frozen-orb#-interdiction#-sleepy#-ninja-mask#-angel-outfit#-overdrive#-blue#-stopwatch#-archery-target#-dead#-red#-confused::2379826}
Now to just figure out how to add it under StatusInfo.js api if that's possible...
<a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/master/StatusInfo" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/master/StatusInfo</a>