
So i'm looking into a way to add more rolls into a predetermined roll. I rolled the skill 'Awareness' directly from the sheet, getting this &{template:skill-general}{{skill= ^{awareness}}}{{character= @{Dexter 'Fix' Ficks|handle} }}{{total= [[1d10!+@{Dexter 'Fix' Ficks|Awareness_Skill}+[[@{Dexter 'Fix' Ficks|Int}]]+?{Modifier|0}]] }} {{fumble= [[@{Dexter 'Fix' Ficks|fumble-int}]] }} So I copied that and made it its own macro, so I can put it in the bar. However, when I want to add another roll on another line, its not letting me. This is what im trying to add &{template:skill-general}{{skill= ^{awareness}}}{{character= @{Dexter 'Fix' Ficks|handle} }}{{total= [[1d10!+@{Dexter 'Fix' Ficks|Awareness_Skill}+[[@{Dexter 'Fix' Ficks|Int}]]+?{Modifier|0}]] }} {{fumble= [[@{Dexter 'Fix' Ficks|fumble-int}]] }} {{motion= [[1d10]]}} That, however, is not working. In the past, I have added more rolls to other macros I copied, however, I had to put them into the same line as another, I could not create a new line. Am I doing this wrong, or can this not happen?