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

This worked, now it doesn't... not sure why.

1609085767

Edited 1609085940
This is a macro I have made for my players to toggle certain conditions they use a lot. It uses the TokenMod api script !token-mod{{--set statusmarkers|?{Stealth|On,Condition_Hidden::496313|Off,-Condition_Hidden::496313} }} It did work last night, unfortunately now it doesn't. This is a macro that is an action on their character sheet and is used as a token action. Could anyone help me figure it out?
1609092790
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
This is within the same game, where you have not altered your custom token marker set or added/removed any scripts and the sandbox has not crashed? You can probably simply the macro like so: !token-mod--set statusmarkers|?{Stealth|On,Condition_Hidden::496313|Off,-Condition_Hidden::496313} You don't need the double brackets unless you are going to separate statements with returns. Also, is this the entirety of the Ability Macro, or is it a subset or called from another macro?