Hi Yal, any idea why I'm getting errors in global.active_monster_party? I've been so tied up in working on totems and menus, when I went back to look at battles, this happened :( Something to do with the Macro NONE i'm sure, but I cant figure out what.
ERROR in
action number 1
of Step Event0
for object obj_battlecontrol:
Push :: Execution Error - Variable Index [-12341] out of range [419] - -5.active_monster_party(100075,-12341)
at gml_Object_obj_battlecontrol_Step_0 (line 110) - var montype = global.active_monster_party[n.amp_id,amp_MONID];
#########################################################gml_Object_obj_battlecontrol_Step_0 (line 110)
If I comment out the block starting from line 110, then I just get the same message in the obj_monster HUD
Push :: Execution Error - Variable Index [-12341] out of range [419] - -5.active_monster_party(100075,-12341)
at gml_Script_amp_read_var (line 3) - return global.active_monster_party[argument0,argument1];
#########################################################
gml_Script_amp_read_var (line 3)
gml_Script_monster_get_name (line 4) - var s = amp_read_var(amp_id,amp_NICKNAME);
gml_Object_obj_battlemonsterhud_Draw_0 (line 12) - draw_text(xx,yy,monster_get_name(amp))
Thanks so much!