
(am I even using the word, reference, in the right context?) Hey guys, Is it possible too pull the result of a macro, and use that result in other macros? Basically I have this macro: [[1d100]] = "#aHund" And I'm using it in these 2 Macros: 1: "tHund" = [[(-1*(#aHund ) +55 ) /10]] 2: &{template:default} {{name=AxeStrike}} {{Hit= #Ahund }} {{DoS= #thund }}{{Dmg= [[1d10+2]] }} {{BodyPart=[[1t[hit-location]]]}} {{AP Cost=[[-2]]}} I was hoping to find a way that the result for "aHund" would roll once for all the uses. (I've learned that it doesn't) The goal is to have it roll once for the Hit chance, and then use that roll in the "THund" macro for the degrees of success section. Is there another way to do this? I was thinking since i have the API script chatsetattr; that i could make a attribute that holds result of "aHund" and then the other macros could reference that number, then once the roll is done wipe the number back too 0. I was just wondering if there is a less complicated way to go about Degrees of success for templates.