ID:149796
 
Say I have a couple of area subtypes..
area
atype1
my_area

and then i have this verb:
mob
verb
Show_Area(area/A as area in oview(1))
if(istype(A,/area/atype1))
usr << "1"

It wont output "1". How can i use istype() to find out if its a sub type?

-Rcet
[edit]
If i do as area in world, it works, but not with oview, or view.
[edit]