mob
verb
Say(msg as text)
usr << "You say, '[msg]'" //user gets one message...
oview() << "[usr] says, '[msg]'" //and everyone else in overview get this one
Problem description:
Hi all. From what I can tell the oview() function is meant to include everything in your overview except your own tile. When I run the verb it shows me both lines.
Could someone help me please. Thanks in advance.
P.S Would the oview() function work if I have other players in the same 'room' as me? I am trying to create a Text MUD