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

A specific Chatsetattr operation has stopped working (DnD 2014)

One of my players has a token ability: /em reloads her ammunition cylinder! !setattr --sel --silent --Magazine|%Magazine_max% /w @{selected|token_name} [[@{selected|Magazinemax}]] bolts remaining in cylinder. which has stopped functioning suddenly. The attributes on the character have not changed, everything else with the script is working as normal. Why could this be?
1772075766
Gauss
Forum Champion
Hi Sandwich,  Can you test the three commands separately? (/em, !setattr, and /w)  See which line might be throwing an error.  I also note that you have @{selected|Magazine|max} written as @{selected|Magazinemax}  Is that intentional?
Gauss said: I also note that you have @{selected|Magazine|max} written as @{selected|Magazinemax}  This was it! I don't know how that column got deleted but that was the problem. Thanks!