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.
$game_actors[ACTOR ID].character_name = "Character Graphic"
EDIT: Nevermind. Already saw you resolved it. Doh.
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.