Rpg maker mv character changing sprite

broken image
broken image

This is a great way to give our players some character options, but what if we want to give them more control to build their own character? Building a Character Our labels need to match exactly, so it’s a good idea to write out the label’s name and then copy-paste that into our jump to label. Labels give us a way to jump to certain parts of an event without having to restart the whole thing, so we can add in a yes/no choice where ‘yes’ will set up our main character and ‘no’ will use the jump to label command to hop back to the starting choice. To give our players the ability to say no and pick another option, we’ll be using labels. Adding details is as simple as having another message where we share more about the character, including their class. The two main things we want to add are more details about the character when our players choose that option, and a way for our players to say no to their choice. Another big problem is that we didn’t tell our players anything about these characters besides their name! A lot of players like to check out their options before making a decision, so let’s re-work this event to be a bit more player-friendly.

broken image

First thing is that we didn’t change the show choices cancel option to ‘Disallow’, which means that if our players hit cancel instead of selecting an option they’ll end up as Priscilla. There are some issues with this event though.

broken image