Shydudewhat said: 1.Get a feat to print or a sentence to print like a feat I'm not sure what this means. Do you have a screenshot of what a feat looks like? 2.@{selected|bar1} minus 5 [[@{selected|bar1} - 5]] 3. Get a token aura of 5ft It's not possible to set token settings from a macro or chat command without the API. 4.roll an attack that adds a custom skill mod It depends on which character sheet you are using. Most likely you'll need to add the custom skill mod to the attack itself on the character sheet. There's no way to add a custom skill mod to a roll from chat. The other option is to recreate the roll, by rollling it from the character sheet, then pressing the up arrow in chat, copying that, and modifying it, and using that in a new macro. 5. rolls dmg 3d8 and on crit double If you want a single roll to do this automatically, I don't believe there's a way. Your character sheet may be set up with damage modifiers on crits. You could use a query macro like this: [[?{Crit|No,3|Yes,6}d6]] [[[[3d6]]*?{Crit|No,1|Yes,2]]} if this wont work thats find but if you know how help is very much welcomed, this is for a custom 5e game (Naruto 5e) What character sheet are you using? Or is it a custom character sheet?