Difference between revisions of "Script:namgen"
From Roll20 Wiki
(a script to randomly generate names of people, towns/cities, and taverns) |
|||
Line 4: | Line 4: | ||
|version=0.0.3 | |version=0.0.3 | ||
|lastmodified=2017-03-21 | |lastmodified=2017-03-21 | ||
− | |code= | + | |code=namegen |
|dependencies=N/A | |dependencies=N/A | ||
|conflicts=N/A}} | |conflicts=N/A}} |
Revision as of 22:25, 31 March 2017
Version: 0.0.3
Last Modified: 2017-03-21
Code: namegen
Dependencies: N/A
Conflicts: N/A
namegen is a simple API script that allows a DM to create random names based on Culture and Gender. There are many cultures to choose from including: African, Asian, Arabic, English, Germanic, Hindi, Medieval, Sanskrit, Thai. Literally thousands of names available.
It also generates Town/City names based on geographic region. Available geographic locations include: African, Arabic, Asian, Dwarf, Elf, Indian.
And lastly, it creates random Tavern/Inn names. There are over 700 Tavern/Inn names.
Contents |
Syntax
!namegen language gender
!towngen location
!taverngen
Installation and Configuration
Choose namegen from the in-game API menu.
OR
Copy the script's code, available from the menu on the right and stored at Roll20's API GitHub Repository. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign.
Script Use
Start the script with the "!namegen", "!towngen", or "!taverngen" commands.
For !namegen, you can choose a random name based on Language (African, Asian, Arabic, English, Germanic, Hindi, Medieval, Sanskrit, Thai) and Gender (boy, girl) or Language alone.
For !towngen, you need a Location (African, Arabic, Asian, Dwarf, Elf, Indian)
For !taverngen, there are no variables to pass.
Changelog
v0.0.3 (2017-03-21)
- Release