- Joined
- May 29, 2015
- Messages
- 6
- Reaction score
- 0
- First Language
- English
Hello! So I'm messing around with setting up an arena where the player chooses their nickname; a personal touch to the protagonist. I only see the option for changing the character's regular name, but not nickname. I apologize if I put this in the wrong section, but I didn't see a section for MV scripting. What I've tried so far changing the regular name input to this:
SceneManager.push(Scene_Nickname);SceneManager.prepareNextScene(1, 10);The 1 being the actor ID, and the 10 being the max character limit. I don't really know anything about coding, so if my attempt at this looks completely insane, then that is why. When I try to run it in game, it says, "ReferenceError Scene_Nickname is not defined". Here is the original (retrieved from the Script Call List post):
SceneManager.push(Scene_Name);SceneManager.prepareNextScene(actorId, name length);Thanks for any and all help in advance
SceneManager.push(Scene_Nickname);SceneManager.prepareNextScene(1, 10);The 1 being the actor ID, and the 10 being the max character limit. I don't really know anything about coding, so if my attempt at this looks completely insane, then that is why. When I try to run it in game, it says, "ReferenceError Scene_Nickname is not defined". Here is the original (retrieved from the Script Call List post):
SceneManager.push(Scene_Name);SceneManager.prepareNextScene(actorId, name length);Thanks for any and all help in advance

