I have made following macros, which I would like to use the following "Roll Query" just with 5E template output (not using API):
&{template:dmg} {{rname=Potion of Healing}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[2d4+2]]}} {{dmg1type=Healing}}
&{template:dmg} {{rname=Potion of Greater Healing}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[4d4+4]]}} {{dmg1type=Healing}}
&{template:dmg} {{rname=Potion of Superior Healing}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[8d4+8]]}} {{dmg1type=Healing}}
&{template:dmg} {{rname=Potion of Supreme Healing}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[10d4+20]]}} {{dmg1type=Healing}}
I would like THIS ROLL QUERY MACRO to have the same outpit as above. I've tried for hours and I don't know what to do. &{template:desc}
[[{{desc= ?{Choose a Potion of...|Healing, **Potion of Healing**: [[2d4+2]] |Greater Healing, **Potion of Greater Healing**: [[4d4+4]] |Superior Healing, **Potion of Superior Healing**: [[8d4+8]] |Supreme Healing, **Potion of Supreme Healing**: [[10d4+20]] |Keoghtom's Ointment, **Keoghtom's Ointment**: [[2d8+2]] and cured of poison and any disease} }}
Checking the wiki only confuses me more than helps: ?{Name of Query|
Label 1, ?{value1|
Label 1A, ?{value1A|
Label 1Ai, value1Ai |
Label 1Aii, value1Aii
} |
Label 1B, ?{value1B|
Label 1Bi, value1Bi |
Label 1Bii, value1Bii
}
} |
Label 2, ?{value2|value2}
} I even tried to create Macros with each template, but when I create a "master macro" to call it from, it cannot find the other macros"