Hi, I am currently trying to set up some macros in order to speed up my game as a Dungeon Master. What I managed to create so far ( and what I'd need help with ): Monster Saves /r 1d20+?{Save|Fortitude,@{selected|saving_throws_fortitude} Fortitude|Reflex,@{selected|saving_throws_reflex} Reflex|Will,@{selected|saving_throws_will} Will} It works fine, but I'd like to show something like " /me @{selected|token_name} rolls Fortitude/Reflex/Will", But I don't know what to do Adventurers Secret Rolls /w gm @{selected|token_name} secretly rolls /gr 1d20+?{Skill|Arcana,@{selected|Arcana} Arcana|Nature,@{selected|Nature} Nature|Occultism,@{selected|Occultism} Occultism|Perception,@{selected|Perception} Perception|Religion,@{selected|Religion} Religion|Society,@{selected|Society} Society} Same with the Monster Saves. I'd like to enlight the used skill /gm @{selected|token_name} rolls for XXXXXXXX Attacks Here I am totally at lost. I'd like to set a token macro which allows me to use the weapon 1, 2, 3, etc... depends the selected token. Something Like 1) Dropdown A ( attack 1, 2, 3 ) 2) Dropdown B ( First attack, Second Attack, Third Attack ) 3) Emote /e @{selected|token_name} Attacks with his {Attack used} Might anybody help me? Thanks