ID:150108
 
verb
say(msg as text) //What the usr says is passed into "msg" as text
world << "[usr]: [msg]"//The world sees chatroom-like output

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


not WORKING!!!!
i have no errors or warnings either
someone tell me something i did wrong
Migzor wrote:
verb
say(msg as text) //What the usr says is passed into "msg" as text
world << "[usr]: [msg]"//The world sees chatroom-like output

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


not WORKING!!!!
i have no errors or warnings either
someone tell me something i did wrong

What does the verb belong to? From your post, it looks like it's not part of any class.

Try making it

mob/verb
In response to Deadron
it works now, thanks