ID:175434
 
Okay, How would this work, I want to add an obj into a browser, but whenever I do that, it doesn't have the icon. Anyone know how?
If you want to display images in a browser window, you need to browse_rsc() the image. If you wanted to display an obj's icon, you might do something like this:

var/obj/O=locate()
browse_rsc(O.icon,"[O.type]icon.dmi")
browse("<img src='[O.type]icon.dmi'>[O.name]")