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]!"
ID:149090
Jul 8 2002, 5:37 am
|
|
should be
look(mob/M as mob in oview(10))