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

[Tokenmod]API chat button problem

I cannot get an api chat button to work with tokenmod if there is a colon in tokenmods syntax, like trying to put a numbered statusmarker on a token.  I've tried escaping out the colon and every other unique character but it just refuses to make the button for me in chat.   [Dodge Action](!token-mod --set statusmarkers|all-for-one:1)
1626351427
The Aaron
Roll20 Production Team
API Scripter
For these situations, you might be able to use semicolons instead: [Dodge Action](!token-mod --set statusmarkers|all-for-one;1) It definitely works for the :: separator between the id in the tag, but it should work for semicolons in the label. If it doesn't, I can probably fix it do it will. If that doesn't work, try using the html entity: [Dodge Action](!token-mod --set statusmarkers|all-for-one:1)
The first entry works perfectly.  Thanks!