ID:158980
 
Well let me get straight to the point i managed to do a message of the day code :

var/MOTD="<font color=><font size=>Message"


mob/proc/MOTD_Display()
var/html="<body bgcolor=black><font color=><b><u>Message Of The Day</b></u>[MOTD]</font></body>"
src << browse(html,"window=MOTD")


mob/verb/View_MOTD()
set category="Channels"
src.MOTD_Display()


Well you see now heres what i need help with is there a way to make an admin verb which allows you to change this MOTD ?

I'd like to get help with this if you can help me i'll be really pleased , Thank You For Reading.
Use dm tags (dm being placed in <>'s) when posting code snippets please.

Also, all you need to do is change MOTD, and for the clients already logged in simple refresh the browser window.
In response to Demon_F0rce
What do you mean by that ?
In response to Domnic
Domnic wrote:
What do you mean by that ?

Read the DM Guide, it's better then looking through some crappy source.