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 .
×
Create a free account

[D&D3.5E Diana P's Sheet] Referencing Repeating Spell Sections

1493549747
Andrew C
Marketplace Creator
I'm struggling a little with referencing individual spells from the Repeating Spell Sections. The basic plan is to generate a chat menu OR maybe a Roll Query using the Spell Entries.  I couldn't find something from search. The issue I'm having is that when I edit @{repeating_spells01_#_spellcast01} and substitute # with integers, I get back the same spell each time.  So @{repeating_spells01_2_spellcast01} gives me the same output as @{repeating_spells01_0_spellcast01} and @{repeating_spells01_1_spellcast01} but there are only two spells added into that repeating section.
You need to include a $ in there: @{repeating_spells01_$0_spellcast01}, @{repeating_spells01_$1_spellcast01}, etc.
1493593515
Andrew C
Marketplace Creator
Rabulias said: You need to include a $ in there: @{repeating_spells01_$0_spellcast01}, @{repeating_spells01_$1_spellcast01}, etc. Thanks. Figured it might be something stupidly obvious.