| 11-12-2002, 03:17 AM | #1 |
Guest | i been looking though all the triggers and i cant find out one then HOW DO YOU ADD OR SUBTRACT health from a unit theres only set life or persetage some one plz help me |
| 11-12-2002, 03:56 AM | #2 |
there's no single step to do that, but you can do it with a moderately simple trigger: Unit: set life of [unit] to (life of [unit] +50) The life of unit is a real function that's listed as "unit property" in the real function menu Of course, you can't set life above the max HP. Also, if you kill a unit in this way, I believe no experience is given. Let me know if you need more detail |
| 11-12-2002, 04:22 AM | #3 |
Guest | thx that seem to work i willtry it out |
