mob/verb/Say(msg as text)
view(9)<<"<b><font color=green><font size=1>-[usr.name] says, '[msg]'"
Problem description:
This isnt so much a problem as it is a how-to question. What I really want to do is make sure that [msg] is limited to a certain amount of characters, (lets just say 50) and to remove html from msg. I looked in the BYOND reference and tried the html_decode() proc, but I must be using it wrong, heres what I did "view(9) << "html_decode(msg)" basically. Thanks in advance for help, cya.
Also, I never bother with the html encode/decode functions, but if I remember correctly I think html_encode was the one you want, not decode.