Trying to set up a couple attack macros. I want to use specifically the feature {{r0=[[?{How many dice?}]]}} to be able to type in the stance, Air, Earth, Fire, Water, Void from the below ring dice macro &{template:l5r5th} {{name=^{ring-dice-u}}} {{r0=[[?{How many dice?}]]}} {{r1=[[1d6]]}} {{r2=[[1d6]]}} {{r3=[[1d6]]}} {{r4=[[1d6]]}} {{r5=[[1d6]]}} {{r6=[[1d6]]}} {{r7=[[1d6]]}} {{r8=[[1d6]]}} {{r9=[[1d6]]}} {{r10=[[1d6]]}} {{s1=[[1d12]]}} {{s2=[[1d12]]}} {{s3=[[1d12]]}} {{s4=[[1d12]]}} {{s5=[[1d12]]}} {{s6=[[1d12]]}} {{s7=[[1d12]]}} {{s8=[[1d12]]}} {{s9=[[1d12]]}} {{s10=[[1d12]]}} with this macro &{template:l5r5th} {{name=^{ma-melee-u}}} {{a-id=[[@{Ikoma Abe|ma_melee_ring_approach_id}]]}} {{a-air=^{feint-u}}} {{a-earth=^{withstand-u}}} {{a-fire=^{overwhelm-u}}} {{a-water=^{shift-u}}} {{a-void=^{sacrifice-u}}} {{a-element=@{Ikoma Abe|ma_melee_ring_approach_name}}} {{r0=[[@{Ikoma Abe|ma_melee_ring_approach_value}]]}} {{s0=[[@{Ikoma Abe|ma_melee_rank}+@{Ikoma Abe|ma_melee_bonus_dice}]]}} {{r1=[[1d6]]}} {{r2=[[1d6]]}} {{r3=[[1d6]]}} {{r4=[[1d6]]}} {{r5=[[1d6]]}} {{r6=[[1d6]]}} {{r7=[[1d6]]}} {{r8=[[1d6]]}} {{r9=[[1d6]]}} {{r10=[[1d6]]}} {{s1=[[1d12]]}} {{s2=[[1d12]]}} {{s3=[[1d12]]}} {{s4=[[1d12]]}} {{s5=[[1d12]]}} {{s6=[[1d12]]}} {{s7=[[1d12]]}} {{s8=[[1d12]]}} {{s9=[[1d12]]}} {{s10=[[1d12]]}} the end result would be that I push the button, there is a prompt ask for "What stance?" and then I type in A, E, F, W, V and submit and then the rest of the second macro occurs having selected that appropriate stance. How might I do this? I can edit it as need be for the other ones but I'm not sure how to tie the ability to enter a selection into the prompt to then out put the attack with in that stance.