Hello everybody, I am trying to create a macro which calls upon a number from the user and then have that number be affected by a couple of things. The first one, and probably more simple one is to have this question, when answered yes, have the next value inputted be multiplied by -2 CODE {{?{Multi-Attack?|No, The Attack is Single Target | Yes, Penalty For Number of Targets -2 * ?{Number of Additional Enemies }}}} The Second one would be to take the code in this and subtract from the value of a input by the result of the number in the code above. Currently I have no call back to the first operation as I don't have that right yet abd would like help with call back to results if you all know. What I have for this CODE {{attack 1= [[?{Number of dice|1}d6!cs>4]]}} Thank you for your time and help!