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