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!
ID:267677
Aug 14 2003, 9:12 am (Edited on Aug 14 2003, 2:35 pm)
|
|
Aug 14 2003, 2:51 pm
|
|
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.
|