ID:132620
Feb 11 2010, 5:15 pm
|
|
It would be nice if text2path("/mob/verb") returned a path. Right now, it doesn't work for verbs.
|
Feb 12 2010, 2:19 am
|
|
Use call().
|
In response to Mysame
|
|
If you looked at what I wrote, you would have noticed that I only wrote out "/mob/verb", for which call() doesn't return anything.
|
In response to Jeff8500
|
|
Probably because "mob/verb/" is not a complete path.
|
In response to Garthor
|
|
1) I typed it as /mob/verb
2) typesof() seems to like it. |