| 09-24-2003, 06:52 AM | #1 |
i want to set a variable on a unit when it have less then 50 life. and i want it to work on every unit on the map but one. so the question is how do i set a variable on every unit with less life then 50 ?? |
| 09-24-2003, 07:46 AM | #2 |
Best way I can see, aside from making a really really quite large array, is to use 'Point Value' for the units. That is, if they get low on HP, set their 'Point Value' to, say, 1, and if you need to look for units who were brought to this point just search the ones who have their value at 1. |
