Hello there, I am currently trying to get Jim's Magic Missiles [Link Removed by Admin] to work as a macro, however i find myself unable to get there. This is my first time ever trying to work with macros and some of my methods are probably not ideal so any input is appreciated. This is my main macro, #JMM: &{template:default} {{name=Jim's Magic Missile}} #crit {{attack1=$[[0]]}} {{damage1=[[2d4]]+$[[2]] Force}} #crit {{attack2=$[[4]]}} {{damage2=[[2d4]]+$[[6]] Force}} #crit {{attack3=$[[8]]}} {{damage3=[[2d4]]+$[[10]] Force}} And here is #crit: [[[[floor([[1d20cs20]]/20)]]*3d4[CRIT]]] Here is a screenshot of the chat output. Weirdly enough, it seems to me that the problem has to do with damage2=[[2d4]] as it doesn't show the 2d4 as the fancy square number that you can hover over but instead just shows the roll result. I have additionally started an attempt to make it work at higher levels (although this is low priority as I probably won't ever use it above 2nd level) which for now disregards crits and looks a little bit like this: {{attack4=[[(?{Cast at what level?|Level 1,0|Level 2,1|Level 3,1|Level 4,1|Level 5,1|Level 6,1|Level 7,1|Level 8,1|Level 9,1})*(1d20+7)]]}} {{damage4=[[(?{Cast at what level?|Level 1,0|Level 2,1|Level 3,2|Level 4,3|Level 5,4|Level 6,5|Level 7,6|Level 8,7|Level 9,8})*2d4]] Force}} Thank you for any input in advance!