
I'm trying to use the functionality of RecursiveTables to enhance the Wild Magic Surge table to include the spell save DC of effects produced by the surge, which are based on the attributes of the sorcerer who produced the surge. The problem is that when I try to utilize selected attributes, I receive error messages. I have a stripped down table entry that reads: [[8+@{selected|pb}+@{selected|charisma_mod}]] When that entry is rolled, the following error message is displayed in chat: (From RecursiveTables): An error occured parsing this roll: [[8+@{selected|pb}+@{selected|charisma_mod}]] Error: undefined In the API log the output "ERROR: Unable to find character selected in chat command." Outside of recursive tables the "roll" is displayed correctly, and the roll will also display correctly within the table if I change "selected" to a character's name. Is there something else I need to do to get selected attributes to work with RecursiveTables? Thanks!