I've been trying to use the templates to create some custom macros of my own, primarily an initiative macro that would update values on the initiative tracker, but whenever I try to use the SR5 template I get this error: "TypeError: Cannot read property 'substring' of undefined". If I try to create my macro with roll20's Default template, it works flawlessly, but whenever I try to use the one built into the SR5 sheet, I get that error. These are the two macros: Default template macro, this one works: &{template:default} {{name=@{selected|token_name}}} {{Initiative=[[?{Initiative Score?|0} + ?{Initiative Dice?|1}d6 - ?{Wound Penalties? (Neg. Number)|0} &{tracker}]]}} SR5 template macro, not working (doesn't even prompt for input): @{gmonlyrolls}&{template:@{templatechoice}} {{shownotes=@{configshownotes}}} {{roll_header=Initiative Roll}} {{name=@{selected|token_name}}} {{result1=[[?{Initiative Score?|0} + ?{Initiative Dice?|1}d6 - ?{Wound Penalties? (Neg. Number)|0} &{tracker}]]}} EDIT Also, while I'm already here: Yesterday during gameplay we noticed a bug in the character sheets: if you invoke a skill macro from the character sheet it works fine, but if you drag it down to your macro quick bar, it always rolls the specialized version of the macro (rolling 2 extra die), even though you dragged down the basic one. We noticed this happens for both active and knowledge skills, but not for ranged or melee weapons