Hey everyone, here's what i want to do: A single macro for 3 fortitude saves (3.5e), when i use the macro i got to choose from a selection popup which throw to use, and then in chat should appear something like: " Character Save Throw Fortitude : 7" This is my macro: Save Throw [[1d20+?{Which throw|Fortitude,@{TS-T}|Reflex,@{TS-R}|Willpower,@{TS-V}}]] : This is what i get in chat: ( e.g. Fortitude, with 2+2 in @{TS-T} ) " Character Save Throw 2+2 : 7" I need some way to say in chat why i'm rolling, any help?