ID:261558
 
Ok, if I made a .html file and used .dmi for image sources would the icon file appear or do I have to use .bmp .jpg etc...?
Try it and see ;)

Actually, I highly doubt it would work. DMI files are made for BYOND only. Just copy/paste into a jpeg or something.

[edit] Did I say "highly doubt"? Oops, I meant to say that it won't work... <.< >.> [/edit]
In response to Kamoku
Ya I just realized that.....
In response to DBZ Kidd
Actually it will work:

mob/verb/view_icon()
usr << browse_rsc('icon.dmi')
usr << browse("<img src=icon.dmi>")