Dragon Naming Engine ______________________________________________________ -Instructions- Remix this to make dragon-name-making engine. * First, when you remix this project, it has a set of variables already there (they're in the stage, under the 'updateLists/Variables' block. to add words that you want to be a possibility to be a dragon's name, just add a 'add: to list' block under the script. to remove one, just delete the specific block.** Press the 'yes' button to add the randomized name to the dragon name list. when you do that, it's saved there until you delete it from the list. press the 'no' key to not add the name to the list. Press the 'reverse' button if you want to change the order of the words. For example, if the Name variable = 'Claw Razor', then pressing the Reverse button once will change it to 'Razor Claw'. If you press 'reverse' twice, then the name will go from 'razor claw' to 'claw razor' back to 'razor claw'. ______________________________________________________ * unfortunately, this engine only generates two-worded names. **you do not need to change any other part of the script. it automatically adjusts to the new list length
All scripts by me. Please use with credit. If you have any suggestions, please tell me, and I'll try to change it.