ID:263703
 
Code:

mob
verb
Say(T as text)
set hidden = 1//makes it hidden
if(src.muted)
usr << "Not now"
return
view(8) << "<font color=blue>[src] says:</f> [T]




(in the dms)
macro
q return "Say""


Problem description:
It's saying q is an undefined macro. I even just copied and pasted a demo into my game because i was getting iratated, and it still didnt work! Is there maybe something I put in my code that would prevent macros?
if u wanted to prevent macros you would have to define every key as a macro. Either make a real macro for it, or make a proc or verb just to return a message saying that "this cannot be used" or something like that.

As for your problem with an undefined macro, I'd have to look at it more carefully. But I have problems of my own to attend to at the moment.
FIXED