ID:178205
 
How do i make the icon before users say something?
With the icon text macro: \icon
You might find my PictureSay snippet useful..

http://www.byond.com/hub/Rcet/Snippets

-Rcet
In response to Shadowdarke
or you could just add this in the beginning of the quotations... just add \

\icon[usr]



~Aleis~
In response to Aleis
...i can't understand the snippet, the macro is not what im talking about (i ment their icons) and //icon[usr] doesn't wanna work...
In response to Redslash
mob
say(T as text)
world << "<font color=#ffffa0>\icon[usr]</font> [usr]: [T]"
In response to Shadowdarke
Oops! ^_^; sorry! didn't relize the diffrence of back slash and theother one...