ID:148503
 
How can I make it show the persons overlays as well as just the icon. I got this:
world<<"<STYLE>IMG.icon {width: 32px; height: 32px}</STYLE>\icon[src.icon]"


RaeKwon
RaeKwon wrote:
How can I make it show the persons overlays as well as just the icon. I got this:
world<<"<STYLE>IMG.icon {width: 32px; height: 32px}</style>\icon[src.icon]"


You'd actually have to create a new icon to do this. Using /icon procs you can build a little routine to layer overlays onto the icon.

It might not strictly work for actual overlays in the list. You might have to find some way of just figuring out what goes there instead, and using that. For example, in your icon-builder proc you could simply loop through all equipment, clothes, weapons, etc., and overlay their images onto a blank icon starting with the lowest layers first.

Lummox JR
Hehe, you don't want half-naked Zeta folks eh?
In response to Lummox JR
Or instead of using overlays. You could blend them into the icon. Because blending will make them one. So it might show up as it. But I'm not quite sure about it :p
In response to Unknown Person
Unknown Person wrote:
Hehe, you don't want half-naked Zeta folks eh?

Pretty much ^_^

RaeKwon