Vince said: Oscar A. said: So i have this macro that make a whole-party fort saves but i want a way to make a question about which Save(Fort,Ref,Will) i want to make. For example i want to make a question asking which save i want to make and that choice change the "Fort" part of my macro: %{Lak'tuk|fort-save} %{Archer|fort-save} %{Wölkerk|fort-save} %{Lumpen|fort-save} %{Gehrman|fort-save} %{Monje|fort-save} I am Plus so no API :/ I think you should be able to simply substitute a query for the save type. (untested...) ?{which save?|fort,fort|ref,ref|will,will|} example; so instead of %{Monje|fort-save} it would be %{Monje|?{which save?|fort,fort|ref,ref|will,will|}-save} it doesnt work, i think it cant be done because of the read order of commands. i tried nesting like this: ?{Type of Save|Fort,#Fort-Save-Party|Ref,#Ref-Save-Party |Will,#Will-Save-Party} (this is exactly like the <a href="https://wiki.roll20.net/Macros#Nesting_Macros" rel="nofollow">https://wiki.roll20.net/Macros#Nesting_Macros</a> says) and in the chat the result is only the name of the macro, if i leave a space after the macro name like the Nesting_Macros says it mess up the query.