Hi there. I'm currently playing in a Shadowrun 5th edition game, and I'm trying to basically make a macro for each of my mage's spells. When you cast a spell in SR5, you select a force rating to cast it at, and this changes how the spell works (how hard it can hit, how far it goes, how drained you are after casting. Is there a way for me to call a variable for force at the start of a macro, and have it carry it over automatically into spell calculations? Here's my example of what I have so far. /me casts Flamethrower at Force ?{Force|0}! /me gets [[(@{Preacher|magicresonance}d6>5+@{Preacher|Spellcasting} d6>5+?{Positive Modifiers|0}d6>5-?{Penalty|0})d6>5]] hits. Resist with Reaction+Intuition. DV= Force+Net Hits // AP=-Force. Target can soak with Body+Armor. Drain is equal to Force - 1. If there's a way to automatically carry over the force variable, it would make the macro look much cleaner and have more concise information. Thanks in advance!