- Joined
- Feb 10, 2014
- Messages
- 8
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Hello community.
Just got back into the game making mind set and I'm working with RPG Maker MV now have upgraded from RPG Maker VC/Ace/XP. It's interesting seeing the maker using JS plugins instead of Ruby scripts. For the game I'm working on now, I'm stuck at changing a game characters name to the value of a game variable. The plugin I'm using to set the variable first is, Darkkitten's plugin CmdInp.
This works great for setting a Variable to text, but now I want that text to be used as a character name. I tried doing a script of "$gameActors.actor(1).setName(n, $gameVariables(2))" , "$gameVariables(2) = $gameActors.actor(1)", and a few other ways with no success. What script formula would I need to use to get it so that "Variable(2) becomes Actors(1)'s name". Thanks in advance for any advice, or guidance.
Just got back into the game making mind set and I'm working with RPG Maker MV now have upgraded from RPG Maker VC/Ace/XP. It's interesting seeing the maker using JS plugins instead of Ruby scripts. For the game I'm working on now, I'm stuck at changing a game characters name to the value of a game variable. The plugin I'm using to set the variable first is, Darkkitten's plugin CmdInp.
This works great for setting a Variable to text, but now I want that text to be used as a character name. I tried doing a script of "$gameActors.actor(1).setName(n, $gameVariables(2))" , "$gameVariables(2) = $gameActors.actor(1)", and a few other ways with no success. What script formula would I need to use to get it so that "Variable(2) becomes Actors(1)'s name". Thanks in advance for any advice, or guidance.
Last edited by a moderator:

