Hello, I have a
repeating section dealing with powers from DnD 4E using a modified GiffyGlyph
5e sheet. My DM heavily uses
macros to control his game, and players use their powers through macros he has
set up on their tokens. He wants to be able to update if the power has been
expended on the character sheet when the power is used and when it has been
recharged during rests in these macros. However, he does not want to
deal with finding the row ID of each identifiable power in the repeating
sections. He wants the ability to update @{power-x-used} like he would in the
standard 4e sheet.
Is it possible to
add unique identifiers to elements in a repeating section such that they can be
accessed without using the row ID or row index? Or is there some other method of accomplishing this through the sheetworker? Otherwise, I will
have to create hardcoded power slots like they do in the original 4e character
sheet. Thank you for helping.