HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need some advice

12-09-2002, 08:25 PM#1
Killer927
Well, i have a map where i have a group of units (let's say a unit array) and i want to see how much the units get damaged using the max life of unit - life of unit.

Basicly i want to make it run that trigger but for each unit individually, but i don't want to make it a huge trigger, is there any way to do this and keep it small? For integer loops? Any sugestions?
12-10-2002, 09:44 PM#2
Guest
Are you using a unit array or unit group? If you're using a unit group, its just as simple as Pick Every Unit in Unit Group and Do Action...

Otherwise, use For Interger A do Action