Hi, I'm trying to have multiple macros called from a single drop down menu and it doesn't seem to work at all. This wiki page: <a href="https://wiki.roll20.net/Macros#Roll_Query_Troubleshooting:_Call_Values" rel="nofollow">https://wiki.roll20.net/Macros#Roll_Query_Troubleshooting:_Call_Values</a> shows that you can call multiple macros in drop down. However, I tried the same thing with my own macros to no avail. ?{Choose a gun|
Gun, #Magnum|
Gun2, Nothing!} #Magnum is a macro like this: &{template:default} {{name=.44 Magnum (AP Ammo)}} {{AP Single=4}} {{AP Targeted=5}} {{Attack roll= [[1d100cs<6cf>97]] vs [[101]]}} {{Damage = [[11+1d6]]}}{{.44 AP: -10 AC. Ignores DT}} {{Range: 6}} But whenever I run the first macro and select Gun it only prints #Magnum in the text. What am I doing wrong here?