Icon

Totro - Random Name Generator

HappyTearParakoopa

You must be logged in to obtain assets

Description

Implemntation of Totro for Game Maker.

Generates one (or muliple) fantasy names.
Here's a list of random names that this script could give you:

Thepro
Udi
Neh
Froami
...

Using the random functions of Game Maker you can also use a seed to create a specific outcome!

Usage:
totro(minimum syllables,maximum syllables, number of words to generate)

Returns:
An array of strings (the names)

Example:

randomize();
show_message(totro(3,5,1));
//Could output "Vow"

Also check out my other assets!

Open Source: Licensed under GPLv3

The original code was not created by me. I only did the port.
Original javascript: http://www.dwheeler.com/totro.html

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS1 - Version 1.0.0. Published August 6, 2014

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait