HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Making units regen?

02-08-2003, 10:20 PM#1
l)ark_Link
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
AlexBS
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
l)ark_Link
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
got_ammo
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