Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

radastra

1
Posts
A member registered Mar 14, 2023

Recent community posts

Hello! I seem to be having some trouble, probably an incompatibility with Visustella, but let me see if you have any insight. I have an event that gives the player a Djinn:

But the Djinn menu is not added to the main menu, and the plugin command or the script to pull it up does not do anything

Here is what the logger has to say when trying to do this in game:

Uncaught SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at PeGe_DjinnSystem.js:629
    at PeGe_DjinnSystem.js:2000


VisuMZ_0_CoreEngine.js:9399 Script Call Error
VisuMZ_0_CoreEngine.js:9399 ReferenceError: Scene_Djinn is not defined
    at eval (eval at Game_Interpreter.command355 (rmmz_objects.js:11296), <anonymous>:1:19)
    at Game_Interpreter.command355 (rmmz_objects.js:11296)
    at Game_Interpreter.<computed>.<computed> [as command355] (VisuMZ_0_CoreEngine.js:9399)
    at Game_Interpreter.executeCommand (rmmz_objects.js:9658)
    at Game_Interpreter.<computed>.<computed> [as executeCommand] (VisuMZ_1_EventsMoveCore.js:8466)
    at Game_Interpreter.update (rmmz_objects.js:9563)
    at Game_Interpreter.updateChild (rmmz_objects.js:9574)
    at Game_Interpreter.update (rmmz_objects.js:9557)
    at Game_Map.updateInterpreter (rmmz_objects.js:6793)
    at Game_Map.update (rmmz_objects.js:6697)