mob/verb
Say(msg as text)
set category = "Communication"
if(usr.talk == 1)
view(6) << "<font size = 2><font color = blue><b>[usr]</b><font color=white> says: <tt>[msg]</tt>"
else
return
it is weird, my var is set, but i dont understand why it isnt working....
And finally you should put in a test just to check and see if you havent set usr.talk.
Also I would change the else/return to something along the lines of
else
usr << "You are unable to speak"