Oops, maybe I found another bug. O_O
It's the first time I'm using this plugin command
KoTCDataPoolLootDropRoll TABLENAME EVENTID
and it does nothing. The game doesn't crash, but if I open the console, it shows this error:
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at KoTC Roguelike Loot Drop System.js:700
at Array.forEach (<anonymous>)
at KoTC Roguelike Loot Drop System.js:693
at KoTC Roguelike Loot Drop System.js:799
EDIT: Ok, the game just crashed. XD I used the script call
KoTCDataPoolLootDropRoll(TABLENAME, EVENTID);
and the game crashed. Here's the console log:
rpg_managers.js:1949 ReferenceError: Boom is not defined
at eval (eval at Game_Interpreter.command355 (rpg_objects.js:10500), <anonymous>:1:26)
at Game_Interpreter.command355 (rpg_objects.js:10500)
at Game_Interpreter.executeCommand (rpg_objects.js:8930)
at Game_Interpreter.update (rpg_objects.js:8838)
at Game_Map.updateInterpreter (rpg_objects.js:6115)
at Game_Map.update (rpg_objects.js:6022)
at Scene_Map.updateMain (rpg_scenes.js:608)
at Scene_Map.updateMainMultiply (rpg_scenes.js:600)
at Scene_Map.update (rpg_scenes.js:589)
at Function.SceneManager.updateScene (rpg_managers.js:2024)
SceneManager.catchException @ rpg_managers.js:1949
And also this log:
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at KoTC Roguelike Loot Drop System.js:700
at Array.forEach (<anonymous>)
at KoTC Roguelike Loot Drop System.js:693
at KoTC Roguelike Loot Drop System.js:799