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

Help with altitude indicator using token mod

Hello,  I am using this token mod command as a macro to indicate altitude: !token-mod --set statusmarkers|blue[1]:?{How many 100s?}|blue[2]:?{How many 10s?}|blue[3]:?{How many 1s?}|Flying Is there anyway I can make it that any existing indicators clear automatically before adding the new indicators? Thanks!
1674704461
timmaugh
Pro
API Scripter
The TokenMod documentation says there's a method for that, but it's not working for me... I reached out to Aaron for clarification. In the meantime, once you get the values on the blue dots, did you know you can use Fetch to report their values as a single number? @(selected.status.blue?all) You can give that to other scripts directly (Fetch is a metascript), or use ZeroFrame to output a message to chat:
TheAaron has another script specially for marking elevation/flying height:  FlyMore
Jarren said: TheAaron has another script specially for marking elevation/flying height:  FlyMore Thank you!