歩行グラや顔グラなどのアクター画像をイベントで変更したい
$gameActors.actor(アクターID).setCharacterImage(“画像名”, 画像番号); //歩行キャラ $gameActors.actor(アクターID).setFaceImage(“画像名”, 画像番号); //顔 $gameActors.actor(アクターID).setBattlerImage(“画像名”); //[SV]戦闘キャラ $gamePlayer.refresh(); //変更を反映させる
$gameActors.actor(アクターID).setCharacterImage(“画像名”, 画像番号); //歩行キャラ $gameActors.actor(アクターID).setFaceImage(“画像名”, 画像番号); //顔 $gameActors.actor(アクターID).setBattlerImage(“画像名”); //[SV]戦闘キャラ $gamePlayer.refresh(); //変更を反映させる