HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

About summoned unit

07-05-2002, 05:40 PM#1
Guest
I am making some new summon units and I am doing it as the following ..

E: player summoned a unit

C: summoning unit is <unit-type> = true and summoned unit is < unit-type> = true

A: replace summoned unit with new created unit

However I failed to give the new created unit a life time...

Can anyone tell me how to give the life time to the customer created units?
07-05-2002, 07:37 PM#2
weaaddar
You can't do it with triggers. start a timer with the duration you want the unit to live then kill it when the timer hits zero.
07-06-2002, 05:19 AM#3
3DGuy
yeah thats true, make a hidden timer, not window, and if it expires, kill the summoned unit.