mob/proc/Preview()
var/mob/preview = new()
preview.icon=src.icon
preview.overlays=src.overlays
src << output(preview, "previewgrid")
Problem description: Ok this works fine for the most part. it grabs the icon and then it grabs the overlays and sends them on their merry way to that grid perfectly fine.
My problem is i went to test just my character create with a few friends the other day and as we were making our sexy lil chars we all noticed that the preview would randomly disappear from the grid and then re-appear.
Im not quite sure if our overlays also got mixed because of this.
Either way is there any reason why this would be occuring.
If further code is needed please say the word and it will be provided.
(Naturally this problem does not occur during self testing due to no other players being present.)
Thanks
~Midget