LoginSignup
2
2

More than 5 years have passed since last update.

RPGツクールMV スクリプト 使用例

Last updated at Posted at 2016-04-02

移動ルート 画像の変更

イベント1番の画像をアクター1番の画像のインデックス2番に変更する。

this.character(1).forceMoveRoute({
  "list":[{
    "code":41,
    "parameters":[$gameActors._data[1]._characterName, 2]
  }],
  "repeat":false,
  "skippable":false,
  "wait":false
});
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2