I have been trying to create a dropdown macro for use in my starfinder game. The problem as I see it is the {template:sf_generic} requires a {{r1name=}}and{{r1=}} input to display properly. I can do this for an individual Serum of Healing following: &{template:sf_generic}{{title=Serum of Healing}}{{r1name=Serum of Healing Mk I}}{{r1=[[1d8]]}} The problem I'm having is attempting to create a dropdown list {{?{Serum of Healing|Mk I, xxx|MK II,xxx| etc. You can't then input the {{r1name=}} and {{r1=}} because the macro doesn't like the additional ending curly brackets. I have tried looking this up but I can't figure it out. Any help?