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

How are my Token Actions broken?

1607473689

Edited 1607474109
I'll try to give as much info as possible. I'm trying to make token actions for my traits: (Evasion) Here is my script and my result: In a (very likely) related issue. I duplicated this character sheet from an older one, and then edited it. I have another token action trait that is "working" but it's giving me the trait info from the older character I copied it from: The token actions work fine on the older character sheet, with the exact same script. Can anyone help me out with this?
1607474075
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Earlier this year, the attribute "desc" for repeating traits was re-factored as "description". Older sheets that have not been edited will still work, but anything created or edited afterward will use "description". Actually, even older ones will use "description".
There was a change some months back in the sheets, change the "desc" at the end of your macro to "description."
So just replace "desc" with "description?"
Heck Yes! It worked! Thanks guys