Random Resolver
...
How To Use
This generator works by using fields. A field is a group of lines of text, and is defined as such:
#field-name
element 1
element 2
etc...
To select from a field, surround its name in brackets. [field-name] will select a random element from the field called "field name".
To resolve a statement, put some initial text in the smaller entry field and press the "RESOLVE" button.
The resolver will run until there are no more [fields] left to resolve. Keep in mind, referencing a field inside of itself can create infinite loops, and may freeze your browser.
Don't write:
#field-name
[field-name]
It will cause an infinite loop.