> GET_HIT(vict) = GET_MAX_HIT(vict) - GET_MAX_HIT(vict) + 1;
If you want to set their HPs to one, then just do so!
GET_HIT(victim) = 1;
John Evans <evansj@hi-line.net> -- http://www.hi-line.net/~evansj/
-------------------------------- SNIP -------------------------------
Humm...... actually thtas falsified too.. take for example you have a
maxhit equal to 100.. and your current hitpoints are 10..
10 = 100 - 100+1
GET_HIT(victim) = -1; // in essance.. and that is crap..
instead of aid.. you are now unconsious... nice spell..
See my later post on how you might go about it...
-DarkLord
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST