Good afternoon. I wonder if you can make a macro that uses the same roll of the value of the same variable. For example: Initial Damage = 1d100 + 100 = 127; Result = 01 Initial Damage (127) - Fixed Defense; Result = 02 Results 01 - Random Defense; Damage Final Result = 02. Summing up: 'A' = x 'B' = x-y 'C' = (x-y) -z Final: ((x-y) -z) Where X is a value obtained for a macro (1DX + y). If I do that, put that all X are obtained in this macro, the program will I return different values of X for each row. Ex.: 'A' = 127 'B' = 164-y 'C' = (101-y) -z Final: ((179-y) -z) So this is my question, I can do this X somehow be repeated in other lines automatically? 'A' = 127 'B' = 127-y 'C' = (127-y) -z Final: ((127-y) -z) ================================= Boa tarde. Gostaria de saber se é possível fazer algum macro que utilize o mesmo valor do roll de uma mesma variável. Por exemplo: Dano Inicial = 1d100+100 = 127; Resultado 01 = Dano Inicial (127) - Defesa Fixa; Resultado 02 = Resultado 01 - Defesa Aleatória; Dano Final = Result 02. Resumindo: 'A' = x 'B' = x-y 'C' = (x-y)-z Final: ((x-y)-z) Onde X é um valor obtido de uma macro (1dx+y). Se eu fizer isso, colocar que todos os X são obtidos desta macro, o programa vai me retornar diferentes valores de X para cada linha. Ex.: 'A' = 127 'B' = 164-y 'C' = (101-y)-z Final: ((179-y)-z) Então esta é minha dúvida, eu posso fazer de alguma maneira este X ser repetido nas outras linhas automaticamente? 'A' = 127 'B' = 127-y 'C' = (127-y)-z Final: ((127-y)-z)