Hi, looking for some Shadowrun 5th Edition help again, using the Shadowrun 5th Edition by Cassie Levett. I am wanting to create macros for the interrupt actions available to players, so for example BLOCK (–5 INITIATIVE SCORE) A character may choose to use her own unarmed combat skill to block incoming melee attacks as an Interrupt Action (see Defending in Combat, p. 188). By decreasing her Initiative Score, the defending character can add her Unarmed Combat skill to their defense test. This is a one-time add, unlike going on Full Defense (below) which lasts for an entire Combat Turn. I have copied the script from Cassies sheet and created a macro but I am looking for some way to call the individual skill Unarmed Combat.  Is this possible or will I have to manually enter the skill value as a modifier? /me @{selected|token_name} Blocks the incomming attack. [[5 &{tracker:-}]]  @{selected|token_name} &{template:rolls}{{header=^{defense}}}{{base=^{base}}}{{dice=[[((@{Selected|defense})+@{Selected|wounds_toggle}+@{Selected|modifiers_toggle}+@{Selected|edge_toggle})d6>5@{Selected|explode_toggle}]]}}{{mod=[[@{Selected|modifiers_toggle}]]}}{{wound=[[@{Selected|wounds_toggle}]]}}{{edge=[[@{Selected|edge_toggle}]]}}