ID:268168
 
How would you get your icon to appear in a say verb?

I tried:

mob
verb
Say(msg as text)
world <<"[src.icon] [src]: [msg]"


But that just shows the name of the icon.

-Kappa the Imp
You need \icon before the []'s
In response to DerDragon
DerDragon wrote:
You need \icon before the []'s

Now, all that shows is the icon. Heres the code:

        OOC(msg as text)
set category = "Communication"
if(src.muted == 1)
src <<"You are muted!"
else
world <<"\icon <B><font color=green>*<font color=red>*<font color=white><[src]><font color=green>*<font color=red>*<font color=blue> [Safe_Guard(msg)]"


-Kappa the Imp
In response to Kappa the Imp
Kappa the Imp wrote:
DerDragon wrote:
You need \icon before the []'s

Now, all that shows is the icon. Heres the code:

I must say, interpreting "before" as "instead of" is one of the weirder mistakes I've ever seen.

Lummox JR