ID:148293
 
heres the part that is undefined proc:



mob
icon = 'person.dmi' //make it so all mobs will be created with the person icon
***say(msg as text) //what the usr says is passed into "msg" as text
world << "[usr]: [msg]" //the world sees chatroom-like output


***=Error

Can someone tell me whats wrong?
Nave wrote:
heres the part that is undefined proc:

> 
> mob
> icon = 'person.dmi' //make it so all mobs will be created with the person icon
> ***say(msg as text) //what the usr says is passed into "msg" as text
> world << "[usr]: [msg]" //the world sees chatroom-like output
>
>
> ***=Error
>
> Can someone tell me whats wrong?

Well, if i think the error is what i think it is, it should be:
mob
icon = 'person.dmi'
verb
say(msg as text)

etc etc etc. You have to have verb for a verb. a verb is a type of proc.
also. did you make that yourself? If not (if you found it in demos or on the forum) id like to know the author so i could tell that person to fix that.
In response to Airjoe
yes it is a demo, i went to

http://zilal.byond.com/tutorials/zbt.html
In response to Nave
in zilals demo the verb is there....you must've just missed it.