Doing this will crash my CS2D (EXCEPTION_ACCESS_VIOLATION)
1
PLAYERS[id].tmp.equip[i].image = image("<spritesheet:"..ITEMS[newitems[i]].eimage..":48:96:m>", 2, 1, (ITEMS[newitems[i]].ground and 100 or 200)+id)
I do have
imageframe(PLAYERS[id].tmp.equip[i].image, 1)below it if anyone cares.
Is there a way to fix this?