[Resolved] Script that changes character graphic

Started by Juz10_gameguy, July 05, 2016, 03:46:47 pm

Previous topic - Next topic

Juz10_gameguy

July 05, 2016, 03:46:47 pm Last Edit: July 08, 2016, 02:03:34 am by Juz10_gameguy
Hi, I was wondering how you can change your characters graphic, using a script. I know it can be done using events such as through "Set Move Route" or "Change Actor Graphic", but I need to be able to do it via script. Could someone tell me how to do it?

I imagine it either uses $game_actors then something somthing something or maybe actor.set_graphic? I'm not sure though.

G_G

$game_actors[ACTOR ID].character_name = "Character Graphic"


EDIT: Nevermind. Already saw you resolved it. Doh.

Juz10_gameguy

Hey gameus, I appreciate you helping out even though I was able to find a solution to my problem. Interestingly your method is different than the method I found to solve my problem.