mob
New(loc,owner=usr)
if(owner)
world<<"owner=[owner]!"
verb/newMob()
new/mob(loc)
Problem description:
when the client is created his mob returns "the mob"
when newMob is called it also returns "the mob"
Edit::
That's just dumb. After further experimentation [adding a spawn] New sets usr to the mob being created. The reference manual didn't say anything about that...
Edit2::
I exepected usr to be passed through like the view arguement. [Instead of "the mob" returns "Tubutas", when calling the verb.]
Try [owner.name] instead. There's nothing wrong with it.