HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Seting Unit Life using triggers

09-15-2003, 12:45 AM#1
Roland of Gilead
Hi, I am wondering if there is a way to set the hp of a group of units as they enter a region. example:
Event
Units Owned by player 1 enter region x
Condition
Action
Pick Up Every Unit in Unit Group and Set Units Triggering Units Hp to x

When a group enters the region it doesn't do anything to the units but if 1 does it set his hp. any ideas so it effects all of them
Thnx in advance
09-15-2003, 01:52 AM#2
RodOfNOD
For each unit entering a region u will receive a EVENT unit enters that region. If only 3 of a group of 6 actually enter the region then you will only get 3 of that group to have the event fired.

Hope this helps!
09-15-2003, 02:02 AM#3
Roland of Gilead
Ya, I figured out what I was doing wrong hehe, I was trying to set the hp higher then the max hp so it wouldn't work. :D thnx for response.