ID:146748
 


Problem description:

Well, simple enough, if you make objs as overlays, it is glitched and becomes unremovable once the mob is saved and Reconnects...
This is no code problem, I can't see any code! :P


You're probably using Dreadron's save system, right?

You'll have to take off all the overlays before you save- then save variables 'remembering' what you had- then add them back on in login.
Saving images bloats the savefile size massively, and the only feasible solution is the one I mentioned above. It's not really a glitch, just the fact that it's saving the overlay and...
In response to Elation
Oh, so you're saying I should save a new var and change the overlays value to null at savetime?

Then at login make the overlays equal the new var?