ok I have a simple question, how do I show an amount of ANYTHING i'm looking for it cuz when a person attacks
usr << "You attack [M] for damage!"
between the for and damge I put my ammount, but how?
ID:271392
Jun 14 2007, 4:35 am
|
|
You'd do it the very same way you did with M.
I did Attack() as a proc because it means that now your monster AI can call the very same proc that players' verbs do to inflict damage.
Lummox JR