ID:166822
 
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.
Look up image in the DM Reference and Dm guide geeze stop vampiring for god sake.
In response to A.T.H.K
i havent asked anything recently....
In response to Dbgtsuperfreak
put an icon and icon state for the verb.....
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.

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.

mob
  verb
    wsay(txt as text)
      world<<"[admin?"":""][name] says [txt]" //[admin?"etc"] checks if the player is an admin(assuming admin is true or false value), if he is, it adds the image URL you wrote in .


In response to DivineO'peanut
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]"

In response to Sin1990
Its not an icon its a .png
In response to Dbgtsuperfreak
well if its a .png set it as ur icon icon="whatever.png" and leav out the icon state
In response to Sin1990
can i see an example code. im a visual person.
In response to Dbgtsuperfreak
No you're not, you're a ripper. :|
In response to Dbgtsuperfreak
mob/var/say_icon

mob/verb/say(t as text)
view()<<"</icon[say_icon]>[usr] says: [t]"

usr.say_icon='Sora.PNG'

now all you have to do is configure it so only certain people get that icon by they're name.

In response to Mysame
BAHAHAHA, Nice call mysame.
In response to Dragon_fire6653
IIRC, NO!

Use the \image macro and make say_icon an icon image. >_<