ID:176339
 
I asked about this earlier and still didnt get it. How do i make if a guy's icon is say Guy and the face icon is called Face how would i make a say verb out of it? PLZ give me an example
Someone might help if they could understand you.
In response to Scoobert
Try this. I need a say verb that shows a certain icon but not the icon that the player has. It would show a Face and have the name and what he says.
In response to Leahcim
Like a say verb with an icon? Thats not hard, but im busy, im sure a milion people can answer that, try going into chatters and asking
In response to Leahcim
*sigh* I'll answer this one for you...its quite simple really.
mob/verb/say(T as text)
view() << "\icon[usr.Face] [usr.name]: [T]"

-I haven't tested this, I just typed it up real fast in the text box, but it should work. Give it a try, the \icon thing is just a text macro built into byond to slap icons into the text box.