ID:149090
 
set category = "Search" is errored in this code:

mob
verb
look(mob/M as mob in oview(10)
set category = "Search"
usr << "[M]'s life is [M.HP], armor [M.Armor], and strength [M.Strength]!"
look(mob/M as mob in oview(10)

should be

look(mob/M as mob in oview(10))