Viceroy_Shem
New Member
- Reaction score
- 0
can i make a region that
commands only one player
for example everything in this region4 attack move to region5
commands only one player
for example everything in this region4 attack move to region5
hehehe the answer to my problemTrigger:
- Events
- Time - Every 0.50 seconds of game time
- Conditions
- Actions
- Unit Group - Pick every unit in (Units in Region 4 matching (((Owner of (Matching unit)) Equal to Player 1 (Red)) and ((Issued order) Not equal to (Order(attack))))) and do (Actions)
- Loop - Actions
- Unit - Order (Picked unit) to Attack-Move To (Center of Region 5)
is this something you want?
or you might let it trigger when the unit really enters the region.
Trigger:
- Events
- Unit - A unit enters Region 4
- Conditions
- (Owner of (Triggering unit)) Equal to Player 1 (Red)
- Actions
- Unit - Order (Triggering unit) to Attack-Move To (Center of Region 5)
you shouldnt ask for rep!y w (+rep is welcome too)
i wouldnt recommend using those triggers posted above since they leak heavily. periodic unit group leaks are a bad thing to happen.hehehe the answer to my problem
thanks mate
thank you very much