【解決済み】DotMoveSystemのエラーについて
Posted: 2021年5月22日(土) 17:17
プラグインのDotMoveSystem.jsを使っています。
プラグインを導入し、並列処理でマップイベントをはしらせると以下のエラーが発生します。
rpg_managers.js:1949 TypeError: Cannot read property 'pages' of undefined
at Function.getNote (DotMoveSystem.js:221)
at Function.getNoteValue (DotMoveSystem.js:212)
at Function.getHeightArea (DotMoveSystem.js:206)
at EventMover.heightArea (DotMoveSystem.js:1428)
at Game_PrefabEvent.Game_Event.heightArea (DotMoveSystem.js:2238)
at Game_Player.startMapEvent (DotMoveSystem.js:2159)
at Game_Player.checkEventTriggerHere (DotMoveSystem.js:2201)
at Game_Player.updateNonmoving (DotMoveSystem.js:1996)
at Game_Player.update (DotMoveSystem.js:1951)
at Scene_Map.updateMain (rpg_scenes.js:609)
原因や対処策わかる方いたら教えて欲しいです。
よろしくお願いします。
プラグインを導入し、並列処理でマップイベントをはしらせると以下のエラーが発生します。
rpg_managers.js:1949 TypeError: Cannot read property 'pages' of undefined
at Function.getNote (DotMoveSystem.js:221)
at Function.getNoteValue (DotMoveSystem.js:212)
at Function.getHeightArea (DotMoveSystem.js:206)
at EventMover.heightArea (DotMoveSystem.js:1428)
at Game_PrefabEvent.Game_Event.heightArea (DotMoveSystem.js:2238)
at Game_Player.startMapEvent (DotMoveSystem.js:2159)
at Game_Player.checkEventTriggerHere (DotMoveSystem.js:2201)
at Game_Player.updateNonmoving (DotMoveSystem.js:1996)
at Game_Player.update (DotMoveSystem.js:1951)
at Scene_Map.updateMain (rpg_scenes.js:609)
原因や対処策わかる方いたら教えて欲しいです。
よろしくお願いします。