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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
how do you call the spell in a macro when the identifiying name is "repeating_spells01_#_spellcast01"? @{repeating_spells01_#_spellcast01} there is no target and no way to identify if you have more then just one spell.
The # needs to be replaced with the row ID for repeating sections. For the relative row ID, you would use $0 for the first row, $1 for the second row, $2 for the third row, etc. There is a unique row ID for each row as well, but the only way I know to get it is to examine the source code in that area on the specific character's sheet and find it.