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 .
×

TokenMod: Accessing the token markers supplied by the D&D 5e by Roll20 sheet

I'm trying to use the token markers that are supplied by the D&D 5e by Roll20 character sheet.   They appear in the token markers dropdown menu, and can be selected through the interface but it appears that tokenmod can't use them.   They don't appear in the list produced by !token-mod --help-statusmarkers.   If I add a second token marker set to the game I can see and use those through tokenmod, so it seems like the sheet supplied tokens are 'different' somehow.      Through some experimentation I have discovered that these tokens have names like 'sheet-blinded', 'sheet-grappled', 'sheet-invisible' etc. I have tried multiple ways to reference these but have not come across the solution, asking the question here to prevent further descent into deep and dark rabbit holes chasing this.   I'm guessing these are added to the game differently to other token marker sets.   Is there a way to access these token markers with tokenmod?
1784638795

Edited 1784639172
Andrew R.
Pro
Sheet Author
I can't replicate your issue. I just created a TESTING game, installed MetaScriptToolbox & TokenMod , launched the game, restarted the Mods sandbox, then !token-mod --rebuild-help showed all the sheet-* statusmarkers, and  !token-mod --set statusmarkers|!sheet-unconscious worked correctly. Did you install libTokenMarkers too? TokenMod needs it for Custom Token Markers. It's installed as part of MetaScriptToolbox .
Hi Andrew, Thanks for the reply.  I had installed a custom markers set and it was working OK.  I have installed libTokenMarkers, and rebuilt the help but tokenmod still does not report the sheet markers. I will try creating a clean game for testing purposes and try a few other things.
After a little more investigation, I have discovered that this only works in the 'experimental' sandbox and not the 'default'
1784669973
Andrew R.
Pro
Sheet Author
Ah! Yes, that makes sense, I was running the Experimental sandbox. It's required if you are using the newest D&D Character Sheet! AJP said: After a little more investigation, I have discovered that this only works in the 'experimental' sandbox and not the 'default'
Very strange.   This had been working fine and this week I noticed that the macro had stopped working.   The "D&D 5e by Roll20 sheet" status markers are once again not 'visible' to the TokenMod script.   I've checked all the libraries are installed, using the experimental sandbox, restarted the sandbox.   Running !token-mod --help-statusmakers gives the normal ones and does not show those provided by the 5e sheet. I have tried this on a brand new game and still can't get it to work.   Any thoughts would be helpful.
1787330106
The Aaron
Roll20 Production Team
API Scripter
Ok, it looks like those got merged out unintentionally during the release earlier.  I've added that support back in and pushed it out.  It's working again now.  Sorry about that!
Great!  Thanks so much for looking into this and fixing it so quickly.