ID:173713
 
I forgot the verb to make it so when you announce something, it goes into the browser. Can anybody please tell me?

thanx
Umm like this?
mob/verb
Announce(msg as text,mob/M in world)
M << browse({"<center>=================================
<center><font color=red><b>
[usr] has made a announcement:</font></b>
<center>
[msg]
<center>================================="}
)

And this needs to be in Newbie Central, not Code Problems.
In response to Repiv
Thanx. I knew that, I was just testing everybody to see they knew I posted in the right spot lol j/k.