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

Calling custom markers from an API script

Hey, quick question. Does anyone know how to call to custom token markers in an API script? I'm writing a script for my GM that applies custom markers automatically at 100% 50% 25% and 0% health. I know how to call to the base Roll20 markers, but can't find out where the custom token names are stored. Thanks for your time,
1616045264
Victor B.
Pro
Sheet Author
API Scripter
libTokenMarker.  Include that API.  If you need an example how to call it, look at combat master code
Victor B. said: libTokenMarker.  Include that API.  If you need an example how to call it, look at combat master code Thanks for the answer. I appreciate it.