
Hello. I am having more troubles with my macros. So, I have created drop down menus for each level of spell for my spell casters that can be accessed through their token. Things were going good with my arcane spell casters. Though I had a few bumps with some of the spells, the drop downs works perfectly. However, I am having some trouble with the Divine casters. My drop down for the 0-level divine spells works perfectly (given below). But my drop down for the 1st-level spells (also given below) refuses to call the name or the macro for any spell. I have five spells entered in the 1st-level list, but when I try to use the macro is gives the following message. "You tried to use the repeating section row at index 3 for repeating_spells11, but there doesn't seem to be a row at that index." No attribute was found for @{selected|repeating_spells11_$3_spellmacro11}" I know I have the information added to this row as I have five spells with their macros added. If I roll from the spell list the macros work. But if I use the drop down it just gives this message for all five entries (from row 0 to row 5). Can anyone tell what is going on, as I can't find any difference between the drop down that works and the one that doesn't. Here is the 0-level drop down that works (with seven entries) ?{choose|@{selected|repeating_spells01_$0_spellname01}, @{selected|repeating_spells01_$0_spellmacro01}|@{selected|repeating_spells01_$1_spellname01}, @{selected|repeating_spells01_$1_spellmacro01}|@{selected|repeating_spells01_$2_spellname01}, @{selected|repeating_spells01_$2_spellmacro01}|@{selected|repeating_spells01_$3_spellname01}, @{selected|repeating_spells01_$3_spellmacro01}|@{selected|repeating_spells01_$4_spellname01}, @{selected|repeating_spells01_$4_spellmacro01}|@{selected|repeating_spells01_$5_spellname01}, @{selected|repeating_spells01_$5_spellmacro01}|@{selected|repeating_spells01_$6_spellname01}, @{selected|repeating_spells01_$6_spellmacro01}} and here is the 1st-level drop down that does not work (with five entries) ?{choose|@{selected|repeating_spells11_$0_spellname11}, @{selected|repeating_spells11_$0_spellmacro11}|@{selected|repeating_spells11_$1_spellname11}, @{selected|repeating_spells11_$1_spellmacro11}|@{selected|repeating_spells11_$2_spellname11}, @{selected|repeating_spells11_$2_spellmacro11}|@{selected|repeating_spells11_$3_spellname11}, @{selected|repeating_spells11_$3_spellmacro11}} Finally, here is a screen shot to show that I do, in fact, have five spells in the list of 1st-level spells.