ID:1425144
 
Not Feasible
Applies to:Dream Maker
Status: Not Feasible

Implementing this feature is not possible now or in the foreseeable future
Request: A proc to return derivative paths without taking parent_type into account. For example:

test
test1
test2
parent_type = /obj
test3
parent_type = /mob

typesof(/test) = /test/test1
pathsof(/test) = /test/test1, /test/test2, /test/test3
I don't think this is possible. Technically those aren't derivative paths. They may be listed internally as /test/test2 and /test/test3, but they belong to /obj and /mob, respectively.
Lummox JR resolved issue (Not Feasible)