I'm fairly new to Macros, and have been learning a bit about them through multiple webpages. The only thing I'm not understanding is how they are created? for example, how does someone create the macro: "/1d6" for everyone else to use? or is there a list of macros somewhere that I can pull from? is it game type specific due to CSS and HTML? the other question I have is, what macro do you need to calculate total roll? example: I'm using: &{template:fantasyage_generic} {{name=Cricket}} {{Shot = [[1d6cs>10cf<6]] [[1d6cs>7cf<0]] [[1d6cs>7cf<0]] + [[+1+@{feredir shadeshot|Accuracy}+2]]}} This shows each die roll (which is what I want it to do to remind me to calculate dragon die roll), however, I would like it to ALSO show the total of all die rolls so that I dont have to manually count it each time. any and all help would be greatly appreciated!