Fantom Image

Conlang


There is now an online version of wordgen here.
I've created JScript files for creating words, I'm putting the original version here and then the more advanced version. Also I'm putting a couple of sample generator definitions based on the names of people and places in Blizzard's Warcraft series up so you can see how to use it.
The newer version is based on some of the scripts at Seventh Sanctum

Using wordgen:


To use wordgen, you have to define series of arrays like this
Array=n1,n2,n3,...
the only array that must be defined is "BASE". to reference another array enclose the array name in "<" and ">" (ex. <CONSONANTS> would access an array named CONSONANTS) obviously if you access an array you'll want to define an array by that name.

To use it just drag the definition file onto the script file.

Here are the files:
wordgen.zip