| 02-08-2003, 10:20 PM | #1 |
How do you make units come back after a certain amount of time? I just cant seem to get all the units of 1 type to regen after 2 mintues...Im confused on how you make just a type of enemy regen... emote_sweat |
| 02-08-2003, 10:31 PM | #2 |
unit dies unit=type wait 2 mins create one unit of type of triggering unit at location of triggering unit hope this helps! |
| 02-08-2003, 10:39 PM | #3 |
event what unit dies....i dont want to manually enter every unit into the events.....that would take years....Thats why i want just a trigger to make it so that when a unit of type-a for example dies, then it does the actions....Im still really confused. ://// |
| 02-08-2003, 10:51 PM | #4 |
I don't know how to make this any easier than what AlexBS said. Events - Unit owned by player dies Conditions - Unit is a Certain Unit Type Actions - Wait 2 minutes (you might want to use other methods for wait if you want an accurage 2 minutes... look around for links to the thread) Unit Create Unit type of dying unit at position of dying unit |
