- Joined
- Oct 14, 2007
- Messages
- 37
I have a problem with a Unit Massing system, that it it supposed to do is this:
- picks all units around the Unit Masser (its a separate unit that you can move around)
- Orders them all to move to a designated Location
Trigger:
The weird thing is, the massing unit does go to where it is ordered to go, the problem is the rest of the units dont go where they are supposed to go
Any help?
- picks all units around the Unit Masser (its a separate unit that you can move around)
- Orders them all to move to a designated Location
Trigger:
-
Unit Massing 200
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Ability being cast) Equal to Mass (200 Range)
-
Conditions
-
Or - Any (Conditions) are true
-
Actions
-
Unit Group - Pick every unit in (Units within 200.00 of (Position of (Casting unit))) and do (Actions)
-
Loop - Actions
- Unit - Order (Picked unit) to Right-Click (Target point of ability being cast)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units within 200.00 of (Position of (Casting unit))) and do (Actions)
-
Events
The weird thing is, the massing unit does go to where it is ordered to go, the problem is the rest of the units dont go where they are supposed to go
Any help?