RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[XP] Random Name Generator request

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 67
Virakin of the Darkness Arcana
Hey there, been a long time since I last came to this site (barely even recognized it), I was wondering if it were possible if someone could make a script that allow the player when the "Name Input Progressing" window is prompt and the player can change the Actor's name and instead of picking the letters to make the new name I was wondering if it were possible to add in a "Random Name" option to the existing "Name Input Progressing" event.

I've googled it, but unfortunately my search results end up with RPG Maker VX/VX Ace scripts which I have currently no interest to use them.

Does anyone know if one currently exist and is compatible with the AMS script? Or can someone create a script for me? Please and thank you!

***
Rep:
Level 72
The cloaked schemer
Most Promising Project 2014
Can be done in events.
important code is :
Code: [Select]
actor = $game_actors[1]
actor.name = "ruby"
Example:
Spoiler for:
You would have to have a choice box to get the effect you desire though.