Mistwell
Crusty Old Meatwad
It can. Was that not the very feature you asked for months ago, which I had coded for you?
Err...I thought it was the reverse but let me see.
"The format for changing the roll output is as follows: {username(tablename)[replacedroll]|capscontrol}"
Yeah that seems to be a generator calling to a table. But I need the table to call to a generator, since it's the generator that has the user variable.
The next example is
"{$x:7}
{admin(cave_monster)[$x]} which would always give the result of $x, which in this case is 7."
Hmm, maybe that is a table calling to a generator's user input? Unclear to me.
So let me give you an example, and you tell me how it should read.
The generator, named "Pouch Treasure Generator", asks for "Level" which is a number from 1-20 that the user selects, as your sample post above.
The table is rolling 1d20+$Level ($Level coming from the generator).
I tried this in the table:
1d20+{Mistwell[Pouch Treasure Generator][$Level]}
And it gave me this error:
"The roll you currently have is invalid. A roll must contain the number of dice followed by a D then the number of sides each die has, eg '2D4' or '4D12'"
So what is wrong with my formatting on that?