heres the verb:
mob/proc/heal(mob/M in oview(2))
M.health = M.mh//max healt heal
M << "you were healed by [usr]"//tell the person that got healed
usr << "you healed [M]"
is it :
verbs += mob/proc/heal()
to add the verb?
ID:178530
Apr 29 2002, 4:46 pm
|
|
No parenthesis.