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?
Copyright © 2025 BYOND Software.
All rights reserved.
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.