I am trying to make a macro for magic missiles that will do the simple math for me based on what spell level I choose. Here is what I thought would work: ?{Spell Level} /r (@{Spell Level} + 2)d4 + (@{Spell Level} + 2) but this is giving an error when I try to test it. I am assuming my syntax for using the variable after creating it isn't correct. What is the proper way to call a variable that you have created already in the macro using user input?