Title Edit: I accidentally a word or two. Hi there. I'm trying to get started on Shadowrun, and I picked 5E to start with because I'm a sensationalist sheep who gravitates towards newer and shinier things. I'm in the process of finalizing a character when I realize that most, if not all of the buttons on the sheet do not seem to be working. When I click a roll, I get the following message: SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-], [+|\-|*|\/|%] or [0-9] but ")" found. Here's one of the sheet button macros that triggers the error: @{Sammy Grove|gm_toggle} &{template:rolls}{{header=@{Sammy Grove|primary_range_weapon}}}{{base=^{base}}}{{dice=[[((@{Sammy Grove|primary_range_weapon_skill}+@{Sammy Grove|primary_range_weapon_dicepool}+@{Sammy Grove|agility})+@{Sammy Grove|wound_toggle}+@{Sammy Grove|modifier_toggle}+@{Sammy Grove|edge_toggle})d6>5@{Sammy Grove|explode_toggle}]]}}{{desc=@{Sammy Grove|primary_range_weapon_mode}, ACC @{Sammy Grove|primary_range_weapon_acc}, DV @{Sammy Grove|primary_range_weapon_damage}, AP @{Sammy Grove|primary_range_weapon_ap}}}{{mod=[[@{Sammy Grove|modifier_toggle}]]}}{{wound=[[@{Sammy Grove|wound_toggle}]]}}{{edge=[[@{Sammy Grove|edge_toggle}]]}} Finally, the attributes buttons do not work at all for me. I click the buttons and a popup for attributes appears. For this example, I click Body. The macro for this action is: @{Sammy Grove|gm_toggle} &{template:rolls}{{header=^{body}}}{{base=^{attributes}}}{{dice=[[(@{Sammy Grove|body}+(@{Sammy Grove|attribute_roll})+@{Sammy Grove|wound_toggle}+@{Sammy Grove|modifier_toggle}+@{Sammy Grove|edge_toggle})d6>5@{Sammy Grove|explode_toggle}]]}}{{mod=[[@{Sammy Grove|modifier_toggle}]]}}{{wound=[[@{Sammy Grove|wound_toggle}]]}}{{edge=[[@{Sammy Grove|edge_toggle}]]}} Nothing is returned in chat when I attempt this action. I'm guessing it's probably a bug in the attributes somewhere but working with code isn't really my strong suit. Any help would be greatly appreciated. EDIT : This is the Shadowrun 5th Edition character sheet.