ID:267677
 
When I downloaded a library (or demo, I forgot) and tested it, it worked, but when I tried it on the game i was making it didn't work! There were no errors. The code was:

client
command_text = ".alt "

mob
verb
S(msg as text)
set category = "Social"
set hidden = 1
world << "[usr] says: [msg]"

PLEASE HELP!

why does it say hidden = 1 ........... and take that out and add set category = "w/e"
In response to Crazy_viet
Doesn't help at all Crazy.
you probly diddnt create a script file (.dms) Create one then place this in the .dms file you made:

macro
S return "S"