Hi everyone, I'm a Roll20 Noob, and I am needing some help with a macro I am building. How
can I can have a macro assign the result of a specific auto dice roll
to a 'variable' so that value can be used multiple times in different
parts of the macro? For example, I am building a macro to help
create Pre-Rolled PCs for my games. I want to have a fair random
distribution of heights & weights. To keep things from being too
crazy, I need to link the height to the weight, but also allow for some
bounded randomness. For example, with a Human female, I can get a
random height by [[1d18+55]] in. which will give me a height
which is 4'7" to 6'1" tall. But if I then use another completely random
calculation for the weight, I can end up with a 4'7" female weighing
245lbs. Possible, but far more unlikely than what is coming up. I
have been trying to use a modified BMI calculation, but it requires
knowing the height, and so far I have not figured out how to assign the
1d18+55 roll to a variable name. I sure there must be a way because it
works for Query Rolls since Query Name can be referenced multiple times
with always the same value. But how do you assign a value to a
placeholder without a Query?