ayatam様の「高機能クエストシステム」でクエストボードでcannot read property'img' of undefinedと表示される
Posted: 2023年6月23日(金) 23:17
ayatam様の「高機能クエストシステム」でクエストボードでクエストを選択するとcannot read property'img' of undefinedと表示されます
デベロッパーモードを開くと以下のように表示されています。
rpg_managers.js:1949 TypeError: Cannot read property 'img' of undefined
at Window_QuestData.drawCharacter (Ayatam_HighQualityQuestSystem.js:16488)
at Window_QuestData.drawClientCharacter (Ayatam_HighQualityQuestSystem.js:15815)
at Window_QuestData.refresh (Ayatam_HighQualityQuestSystem.js:15589)
at Window_QuestData.setQuest (Ayatam_HighQualityQuestSystem.js:15528)
at Scene_Map.showQuest (Ayatam_HighQualityQuestSystem.js:18639)
at Scene_Map.BoardListOk (Ayatam_HighQualityQuestSystem.js:18668)
at Window_QuestBoardList.Window_Selectable.callHandler (rpg_windows.js:902)
at Window_QuestBoardList.Window_Selectable.callOkHandler (rpg_windows.js:1171)
at Window_QuestBoardList.Window_Selectable.processOk (rpg_windows.js:1156)
at Window_QuestBoardList.Window_Selectable.processHandling (rpg_windows.js:1027)
プログラムもわからない初心者で恐縮なのですが解決方法を教えていただけないでしょうか。
デベロッパーモードを開くと以下のように表示されています。
rpg_managers.js:1949 TypeError: Cannot read property 'img' of undefined
at Window_QuestData.drawCharacter (Ayatam_HighQualityQuestSystem.js:16488)
at Window_QuestData.drawClientCharacter (Ayatam_HighQualityQuestSystem.js:15815)
at Window_QuestData.refresh (Ayatam_HighQualityQuestSystem.js:15589)
at Window_QuestData.setQuest (Ayatam_HighQualityQuestSystem.js:15528)
at Scene_Map.showQuest (Ayatam_HighQualityQuestSystem.js:18639)
at Scene_Map.BoardListOk (Ayatam_HighQualityQuestSystem.js:18668)
at Window_QuestBoardList.Window_Selectable.callHandler (rpg_windows.js:902)
at Window_QuestBoardList.Window_Selectable.callOkHandler (rpg_windows.js:1171)
at Window_QuestBoardList.Window_Selectable.processOk (rpg_windows.js:1156)
at Window_QuestBoardList.Window_Selectable.processHandling (rpg_windows.js:1027)
プログラムもわからない初心者で恐縮なのですが解決方法を教えていただけないでしょうか。