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

Probably a stupid question about TokenMod

Can TokenMod remove markers? I use it to mark conditions, then remove them manually, the docs for the API are extensive, I may have missed it.
1601298414

Edited 1601298484
David M.
Pro
API Scripter
Yes. The following example shows how to remove the Blue status marker, for example. !token-mod --set statusmarkers|-blue
David M. said: Yes. The following example shows how to remove the Blue status marker, for example. !token-mod --set statusmarkers|-blue Thank you.
1601301511
The Aaron
Roll20 Production Team
API Scripter
If you need to clear all of them, you can do: !token-mod --set statusmarkers|=blue|-blue I was thinking I added a specific clear method, but I don't recall what it was... too many docs. =D
I thought there was a clear command, lost to the ravages of memory...
1601304968
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I've always used the equals|minus method.