well,I'm trying to figure out how to show the player's icon,icon_state,overlays and underlays before the text the players says.
for example:
Meta says:blah blah
now to add the pic
[player icon]Meta says:blah blah
Thanks in advance
-Meta
ID:165787
![]() Nov 2 2006, 12:50 am
|
|
Yeah thanks for that,but only one thing.how would I make it show src's icon along with src's underlays and overlays in text output?
|
I thought it did that.. but if it doesn't (as I didn't use that icon text macro for a VERY long time), I' go with how Android Data did it with Blend in [link] ( up till the browse_rsc part)
- GhostAnime |
Eg:
As the note states for that text macro:
Note that the \icon macro does not work in the mini-browser; it is only for text output. To make icons appear in an HTML document, use browse_rsc() to send an icon to the client before using browse() to display it.
To make it work in browser(), look at [link] and it's subsequent replies.
- GhostAnime