I want for my admins to be able to have icon(.png) next to the world say message or right before the message. the icon i am talking about is like a little pciture sorta looks like this for an example to help understand what im trying to ask.
http://www.geocities.com/two_tails2003/SORA.gif
I am not realling talking about the Icon_State of the character next to the messge but more like a special pciture signifying the person.
ID:166822
![]() Jun 10 2006, 7:45 pm
|
|
![]() Jun 10 2006, 7:47 pm
|
|
Look up image in the DM Reference and Dm guide geeze stop vampiring for god sake.
|
Dbgtsuperfreak wrote:
I want for my admins to be able to have icon(.png) next to the world say message or right before the message. the icon i am talking about is like a little pciture sorta looks like this for an example to help understand what im trying to ask. mob verb wsay(txt as text) world<<"[admin?" |
Or, and someone else correct me if I'm wrong, you can do something like:
world << "[admin?"\icon[icon('Blah.dmi',"MyState")]:""][name] says [text]" |
mob/var/say_icon now all you have to do is configure it so only certain people get that icon by they're name. |