Skip to main content

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

YumemiOkazaki3

4
Posts
2
Topics
A member registered Apr 09, 2023

Recent community posts

Thank you! I used this and it works now!

I keep getting the same error when I try to test my mod. When I load the game, I keep getting the following error message.


___________________________________________
############################################################################################
ERROR in
action number 1
of Draw Event
for object obj_compiler:

JSON parse error
at gml_Script_import_files_from_directory
############################################################################################
gml_Script_import_files_from_directory (line -1)
gml_Script_scr_import_datafiles
gml_Script_anon_gml_Object_obj_compiler_Create_0_5_gml_Object_obj_compiler_Create_0
gml_Object_obj_compiler_Draw_75


Does anyone know how to fix this?

Ok, thank you very much!

Is it possible to have more than one damage type? Specifically, for my mod, I'm trying to make it so that if one damage type reaches 0, it goes to the player's health instead. And is it possible for this to trigger a special dialogue as well? How would I go about coding that?