Random Actor and Enemy Names v1.1
by Feldherren
Description
Random actor and enemy names, for RPG Maker MV. A simple port of my script for RPG Maker VX Ace, which had pretty much the same functionality. This plugin allows the user to define lists of names (as either a parameter for the plugin, or in the actor/enemy notebox) from which an actor or enemy can randomly select a name on setup.
This script is free for use in commercial games, though if you do happen to release a commercial game using it, I wouldn't mind if you dropped me an e-mail so I could check it out.
Usage
Note Tags
After installing plugin, add one of the following tags to an actor or enemy that is to have a random name:
<name_list:[list parameter]>
Actor or enemy will take a random name from the named list parameter when the setup function is called. As provided, the script has three lists as parameters, imaginatively named 'list1', 'list2' and 'list3' (which, uh, contain FFT's name lists for males, females and monsters by default; you may want to change these), but additional lists can be added just by editing the plugin and adding further parameters in the same format.
Uses the separator character defined by the parameter 'Separator'; a comma by default.
<random_names:name[,othername,anothername,etcetera]>
Actor or enemy will take a random name from the provided list when the setup function is called.
Uses the separator character defined by the parameter 'Separator'; a comma by default.
Script Commands
RANDOMNAME listname variable#
Gets a random name from the specified list (of the defined lists), and sets the specified variable to contain that string.
Plugin
The most up-to-date version of the plugin should always be found here:
https://github.com/Feldherren/mv-random-names
本贴来自国际rpgmaker官方论坛作者:Feldherren处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/random-actor-and-enemy-names.48337/