Hello. I'm running a BECMI game, and using the sheet, but I found that there's an error making a hand to hand attack when your character has a strength penalty. The macro from the sheet tries to subtract a negative, and ends up doing this: &{template:5eDefault} {{weapon=1}} {{title=Dagger}} {{subheader=@{Bast Char|character_name}}} {{subheaderright=vs A}} {{attack=[[@{Bast Char|thac0}-0-0-[[@{Bast Char|strength_mod}]]-{1d20}]]}} {{damage=[[d4+0+[[@{Bast Char|strength_mod}]]]]}} {{attackshowinfoblock=1}} {{attackrange=Melee}} {{attackacmod=0}} {{attackeffects=}} {{attacksave=}} Where the strength mod is negative, resulting in this: The solution I'm using is to make it a token action and wrap the strength mod in parentheses.