
Hey so my 3.5 campaign is getting along and I have a number of spell casters in the party. Rather than adding the spells to their macro bar or requiring them to always have the character sheet open I was hoping I could do something like having a single button for each spell level. When you click it, it produces a drop down list of spells and you just select what you want then it runs the macro for that spell from the spell sheet.
I've tried combining something like:
@{repeating_spells02_$0_spellcast02}
?{Select Spell |Spell1,0|Spell2,1}
Where it would in theory pull the request up then replace the $0 with spell 1 (0) spell 2 (1) etc. but that doesn't work, nor does using:
?{Select Spell | Spell1, repeating_spells02_$0_spellcast02 | Spell2, repeating_spells02_spells02_$1_spellcast02}
It just pops up the text box version of the dialogue menu with the text written in it.
Am I going about this wrong or is it just not feasible?
I've tried combining something like:
@{repeating_spells02_$0_spellcast02}
?{Select Spell |Spell1,0|Spell2,1}
Where it would in theory pull the request up then replace the $0 with spell 1 (0) spell 2 (1) etc. but that doesn't work, nor does using:
?{Select Spell | Spell1, repeating_spells02_$0_spellcast02 | Spell2, repeating_spells02_spells02_$1_spellcast02}
It just pops up the text box version of the dialogue menu with the text written in it.
Am I going about this wrong or is it just not feasible?