Well good news....for you. Your last installation Dec, 2019 works - even with the upgrade tonight. That's everything to date so I was mistaken it would seem. Sorry about that. I was in such a rush I must have mixed up which one I was loading, but I took my time this time before taking up more of you time. I need to slow down sometimes. :) Sorry, sorry.... I'm still a willing apprentice (and extra set of eyes) if you want.
bitrazer
Recent community posts
I tried to add the line at line 238 per the error message here:
___________________________________________
############################################################################################
ERROR in
action number 1
of Create Event
for object obj_init:
DoAdd :1: illegal array use
at gml_Object_obj_init_Create_0 (line 238) - global.spells[e_spell_types.heal, e_spell_stats.min_value] = 8 + global.pl_stats[e_pl_stats.level];
############################################################################################
gml_Object_obj_init_Create_0 (line 238)
so I commented out 238 and added your line from below in it's place (straight up copy/paste):
global.spells[e_spell_types.heal][e_spell_stats.min_value] instead of global.spells[e_spell_types.heal, e_spell_stats.min_value]
I got the following error in the compiling, not in a prelaunch window:
Object: obj_init Event: Create at line 238 : Assignment operator expected
I just bought your package, so no I don't want a refund. I'm very interested in digging in and learning all the in's and out's of it and how it interacts with the new version of GMS...and in particular learning about this and other issues you've run into from GMS updates. If you'd like an extra pair of eyes, feel free to use mine - I'm a willing apprentice. The error persists:
___________________________________________
############################################################################################
ERROR in
action number 1
of Create Event
for object obj_init:
DoAdd :1: illegal array use
at gml_Object_obj_init_Create_0 (line 238) - global.spells[e_spell_types.heal, e_spell_stats.min_value] = 8 + global.pl_stats[e_pl_stats.level];
############################################################################################
gml_Object_obj_init_Create_0 (line 238)