See I want it to heal my mob but instead in the coding it says else:invalid proc defenition and here it is -_-..
mob
verb
Heal()
src.Hp += usr.MaxHp
usr<<"You are fully healed!"
else
src.MaxHp = usr.Hp
usr<<"You are full on health"
return..()
Help me with it.. Please.
ID:268391
Jul 8 2004, 5:36 pm
|
|
Jul 8 2004, 5:57 pm
|
|
You have no if statement for one thing.This is a better way to do it
|