ID:170154
 
    verb
commandprompt(msg as text)
set hidden=1
if(findtext(msg,"!motd"))
usr.MOTD()
return 0
verb
MOTD(motd1 as text)
set hidden = 1
global.motd=motd1
world<<"<small><b>[src]</b> Changed the MOTD to ': [motd1] '</font>"


It wont let me set a message of the day. It just leaves it blank and no text box comes up?

~>Jiskuha
You're missing something in: usr.MOTD()