O.G.R.E: Online Generic Randomizer Engine


log in or register to remove this ad


Mistwell

Crusty Old Meatwad (he/him)
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 [MENTION=1]Morrus[/MENTION] is there a status on this? Was hoping to give it a test run soon :)
 


Morrus

Well, that was fun
Staff member
I just created a new category called "Utility". In it, I have placed my first simple utility generator - it just converts heights in inches into feet and inches (e.g. 77 inches becomes 6' 5"). Call this after you have defined the variable $height in inches. It will output x'y". I found it very useful in my alien race generator where height is generated in inches, but I wanted to display it as feet and inches.

http://www.enworld.org/forum/dnd_view_block.php?id=1200
 





Morrus

Well, that was fun
Staff member
Sweet! Thanks for the update....and the tool.
@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:

[Update - edited]


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}]}

Let me know if you have any problems!

(Note that dice rolls still need to be in curly brackets as normal within the square ones)
 
Last edited:

Remove ads

Top