
I have a player that has the ability to add elemental damage to any attack and I wanted to give them a button that will prompt them to choose what elemental damage they can choose. This is what I have so far (testing on the Shatter spell): &{template:dmg} {{save=1}} {{saveattr=CON}} {{savedesc=Shatter}} {{savedc=@{selected|spell_save_dc}}} {{desc=***A Thunderous Boom emanates from a single point causing all those within a 10ft radius to take damage!***}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[[[?{What level?|2nd,3|3rd,4|4th,5|5th,6|6th,7|7th,8|8th,9|9th,10}]]d8]]}} {{dmg1type=Thunder}} {{dmg2flag=1}} {{dmg2=[Elemental](`#&{template:default} {{name=Acid Damage!}} {{Damage=[[1d6[Acid]]]}})}} Where it says [Acid] I would like it to resolve to a question to prompt which damage type they can choose from a list. So far I can only get it to ask the question when they first choose the level of the spell, but I want it to ask the question after they click the "Elemental" button.