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.