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

Token Mod Shapeshift help

I can't seem to get Token Mod to stop spitting out errors. My brother is playing a Blood Hunter (Lycan) in my campaign and I've made a rollable table for him in human form and hybrid bear form. (I've also made character sheets representing each form) The macro I've created is here: !token-mod {{   --set     ?{Choose Form|Summer(Bear Form),currentside#1 represents#@{Summer(Bear Form)|-M4aiKAWV1lM55UZTRI9}        |Summer,currentside#2 represents#@{Summer|-M4ahGg1X1zj2KMy1RKb}}     bar1_link|hp bar2_link|ac }} The errors each time I use it are: No attribute was found for @{Summer(Bear Form)|-M4aiKAWV1lM55UZTRI9} No attribute was found for @{Summer|-M4ahGg1X1zj2KMy1RKb} I've tried adding the character ids to each character sheet in an attempt to have it find the attribute but no such luck. As an aside does anyone know how to use the set name function depending on which form is chosen without making a separate macro for each form? Thank you
1586572721
The Aaron
Roll20 Production Team
API Scripter
Try: !token-mod {{ --set ?{Choose Form|Summer(Bear Form),currentside#1 represents#-M4aiKAWV1lM55UZTRI9|Summer,currentside#2 represents#-M4ahGg1X1zj2KMy1RKb} bar1_link|hp bar2_link|ac }}
Oh, so I'm just dumb. I get it. I don't know why I didn't just try one or the other instead of using both each time. You're awesome, thanks very much.
1586580226
The Aaron
Roll20 Production Team
API Scripter
Nah, it's definitely confusing when you start putting things like that together.  I read it several times before I even recognized what was going on. =D