¿ªÔÆÌåÓý

Re: What do I have wrong here?


 

You want to roll 4 dice 100 times, so how about "{Dice~400d6}"?

Otherwise, if you want each roll segregated, I'd say you want a variable and then in your 100 Loop, add the results of 4d6 to the variable for each iteration. You don't have to split calc and loop into separate lines unless you prefer that aesthetically.

On Wed, Oct 30, 2019 at 1:03 PM Mynex <mynex@...> wrote:
I want to have 4d6 rolled, then have it rolled a total of 100 times and all 100 4d6 rolls added together, {Dice~4d6*100}, not what I'm looking to do.

Am I going to need to make variables %4d6001% (repeat 100 times), breaking calc and loop into separate lines?

{Calc~{Loop~100,{Dice~4d6}}}

W. Robert Reed III
Mynex

Join [email protected] to automatically receive all group messages.