function scr_spell_overworldscr_spell_overworldfunction scr_spell_overworld(arg0) { w = arg0; usable = 0; switch (arg0) { case 0: break; case 2: scr_healitem(global.charselect, 100); break; } }(arg0)
{
w = arg0;
usable = 0;
switch (arg0)
case 0:
break;
case 2:
scr_healitemscr_healitemfunction scr_healitem(arg0, arg1) { scr_heal(arg0, arg1); healx = scr_charbox_x(arg0); healtext = instance_create(healx + 70 + xx, yy + 430, obj_healwriter); healtext.healamt = arg1; }(global.charselect, 100);
}