Help - Search - Members - Calendar
Full Version: Change Character Graphic in Menu
RPG RPG Revolution Forums > Scripting > Script Development and Support > Script Requests
Lydyn
Hello,

I have a simple request. All I want is to be able to change the character graphic in my menu (Menu System Here) when I use the event command to change the character graphic on the map. Is this possible?
Night_Runner
The player on the map isn't the same as the first actor in your party.
So when you use Set Move Route and change the graphic of the player you don't actually change the graphic of the 1st actor, merely the graphic of the player on the map (this can be seen in your CMS, and in the default menu system).

If you want to change the graphic of the 1st actor use the 'Change Actor Graphic' command on page 3 of the evented commands, and that will update your CMS.

If you want to get the graphic of the player on the map you get access it from $game_player.character_name and $game_player.character_index
Lydyn
QUOTE (Night_Runner @ Apr 4 2012, 07:44 AM) *
The player on the map isn't the same as the first actor in your party.
So when you use Set Move Route and change the graphic of the player you don't actually change the graphic of the 1st actor, merely the graphic of the player on the map (this can be seen in your CMS, and in the default menu system).

If you want to change the graphic of the 1st actor use the 'Change Actor Graphic' command on page 3 of the evented commands, and that will update your CMS.

If you want to get the graphic of the player on the map you get access it from $game_player.character_name and $game_player.character_index


Oh, haha. I was playing with the command, but clicked the portrait first, so I thought it was just for the portrait - not the character graphic too. I do admit I did this late last night though, so that didn't help. Thanks.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.