Hey all! I was hoping someone might be able to give me a little assistance here. I am running a DnD 3.5 campaign and I was making token action macros for my players. I have a suite of macros created for saving throws. They are set up as #FortitudeCheck @{selected|fortitudecheck} It uses the built in macro on the DnD 3.5 character sheet for saving throws. I have one of these for each type of throw. Then I created a roll query #SavingThrows ?{Which saving throw?|Fortitude,#FortitudeCheck |Reflex,#ReflexCheck |Will,#WillCheck } Based on what I've read this should work. Thing is, when I run it I don't have the drop down menu I was expecting and I don't get an output in the chat window. Any ideas?