Now to be thinking about how best to do the flow, where to put IF statements or SWITCH: View attachment 57108 An can not believe I forgot NAME for information about person! 

Last edited:
I second that request.Could I make a request also? I REALLY think it would help to be able to import CSV (or plain-text files) of some type. I'm making a name generator from PCGen's plain text file of the 1990 US Census data, and in JUST the female given names there are 4275 lines.
Ok, in regards to my previous issue then, is there anything wrong with the syntax of my previous issue?
{$qual: {1d5-2}}
Drinks:
{Pelldom(Ales)} {2d2+$qual} sp.
v1.2
v1.2 adds a small assortment of functional improvements.
USER INPUT:
Setting a variable can be accomplished via scripting language (as above) but also via user input prior to executing a generator. User-input variables should be selected via a dropdown with predefined options provided by the block creator.
If a block with a user-input requirement is called from another block or table, it should be possible to pass the variable through from the previous table/block.
OTHER ITEMS:
- "Similar Generators" and "Similar Tables" on viewblock and viewtable pages.
- Usergroup permission - "Can moderate blocks/tables" - enables usergroup to edit and delete all blocks and tables.
- Favorite blocks/tables.
- Comments on blocks.
- Rate blocks (and show Top Rated Generators).
Yeah, you haven't told it to do anything with that variable. You'll need a second one, I think.
Please excuse me - I'm doing this on my phone. So spacing/formatting might get a bit funny or be a bit wrong, but hopefully it gives the right idea
{$qual: {1d5-2}}
Drinks:
{$drinky: {2d2+$qual}}
{Pelldom(Ales)} {print:$drinky} sp.