Jump to content

Making the player control an actor midgame


Faith

Recommended Posts

Hi! I've run into an issue while trying to work on my game on RPG maker XP.

 

So I want the person playing the game to control one of the 'actors' in the game for a short sort of scene kind of like they did in rejuvenation multiple times. I have tried changing the graphics of the player but it doesn't seem to be working. I've also tried changing party member? I don't know what to do here. Can anyone help me out?

Link to comment
Share on other sites

7 hours ago, Faith said:

Hi! I've run into an issue while trying to work on my game on RPG maker XP.

 

So I want the person playing the game to control one of the 'actors' in the game for a short sort of scene kind of like they did in rejuvenation multiple times. I have tried changing the graphics of the player but it doesn't seem to be working. I've also tried changing party member? I don't know what to do here. Can anyone help me out?

 

Changing the players graphic can be a little tricky sometimes. Generally it is done through the script pbChangePlayer(X) where X is a number between 0 and 7. By default in pokemon essentials the number 0 is used for the male character and the number 1 is for the female one. All the information about their graphics is in your PBS files->metadata. You can define ut to other 6 characters there for you to use. Once you add their info and create their graphics you can just call pbChangePlayer(X) with the appropriate number so as to turn to that character. I don't know if there is a way to add more playable characters than 8 to the game... I hope they suffice for your game.

 

For more info check out this -> http://pokemonessentials.wikia.com/wiki/Player

 

Hope this helped 🙂

Link to comment
Share on other sites

6 hours ago, groniack said:

 

Changing the players graphic can be a little tricky sometimes. Generally it is done through the script pbChangePlayer(X) where X is a number between 0 and 7. By default in pokemon essentials the number 0 is used for the male character and the number 1 is for the female one. All the information about their graphics is in your PBS files->metadata. You can define ut to other 6 characters there for you to use. Once you add their info and create their graphics you can just call pbChangePlayer(X) with the appropriate number so as to turn to that character. I don't know if there is a way to add more playable characters than 8 to the game... I hope they suffice for your game.

 

For more info check out this -> http://pokemonessentials.wikia.com/wiki/Player

 

Hope this helped 🙂

Yesss! Thank you so much!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...