
I'm starting to dive into macro writing for Roll20,.and I keep getting the sense that not all Attributes are actually listed on the Attributes page. Or, if there aren't hidden attributes, where is the information like equipment, spells, and attacks are kept? The macro page tantalizingly talks about Referencing Repeating Attributes, but it doesn't give much information about them:
By RowIndex
Attributes in a repeating row can be referenced by their RowIndex. For a repeating section named Items, you could access the ItemBonus attribute for the second item on a character with the following syntax:
@{selected|repeating_items_$1_itembonus}
So this seems to suggest I can access the information listed on the character sheet, but I can't find anywhere giving a list of what all these Attributes are called. Can anyone point me in the right direction?
Also, it seems that "selected" has a different set of available attributes than any specific character-- is that true?
Thanks.