$gameActors.actor(アクターID).setCharacterImage(“画像名”, 画像番号); //歩行キャラ $gameActors.actor(アクターID).setFaceImage(“画像名”, 画像番号); //顔 $gameActors.actor(アクターID).setBattlerImage(“画像名”); //[SV]戦闘キャラ $gamePlayer.refresh(); //変更を反映させる