PaleMage(Dragon_Names_Elements)
PaleMage(Dragon_Names)
Added one more useful table
PaleMage(Book_Shop_Names)
PaleMage(Dragon_Names_Elements)
PaleMage(Dragon_Names)
PaleMage(Dragon_Names_Elements)
PaleMage(Dragon_Names)
That makes sense - thanks! I'll get those on the list of things to do! The first one seems the most important. Might be a month or two, though.
Hey @Morrus is there a status on this? Was hoping to give it a test run soon![]()
Revised ETA on the passing-variables-to-tables thing: 7-10 days. Coding is underway.
@Mistwell . It's done! Feel free to try it out! I haven't had time to test it myself yet. Here's the note from the developer:Sweet! Thanks for the update....and the tool.
he format for changing the roll output is as follows:
{username(tablename)[replacedroll]|capscontrol}
You can either use numbers, variables, or rolls in the "replacedroll" slot.
Here are some examples:
{admin(cave_monster)[3]} which would always give the roll result of 3.
{$x:7}
{admin(cave_monster)[$x]} which would always give the result of $x, which in this case is 7.
{admin(cave_monster)[{2d6}]} which would give a number between 1 and 13.
It should also be possible to do math within the added roll number like so:
{admin(cave_monster)[{2d6+9*$x}]}