Im trying to make map and i have a problem:
And when i enter "Arena 1" with "Player 2" it moves not to "area 1" but to "area 2" and only "Player 3,4,5,6" moves to "area 1" and "Players 8,9,10,11,12" is not moving anywhere. WHAT IS WRONG WITH THIS ?
- Event:
- Unit - A unit Enter Arena 1 <gen>
- Unit - A unit Enter Arena 2 <gen>
- Conditions:
- Or - Any (Conditions) are true
- Conditions
- (Owned of(Entering Unit)) Equal to Player 2
- (Owned of(Entering Unit)) Equal to Player 3
- (Owned of(Entering Unit)) Equal to Player 4
- (Owned of(Entering Unit)) Equal to Player 5
- (Owned of(Entering Unit)) Equal to Player 6
- (Owned of(Entering Unit)) Equal to Player 8
- (Owned of(Entering Unit)) Equal to Player 9
- (Owned of(Entering Unit)) Equal to Player 10
- (Owned of(Entering Unit)) Equal to Player 11
- (Owned of(Entering Unit)) Equal to Player 12
- Actions:
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 2 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 3 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 4 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 5 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 6 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 8 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 9 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 10 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 11 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
- Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 12 and do (Actions)
- Loop - Actions
- Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
And when i enter "Arena 1" with "Player 2" it moves not to "area 1" but to "area 2" and only "Player 3,4,5,6" moves to "area 1" and "Players 8,9,10,11,12" is not moving anywhere. WHAT IS WRONG WITH THIS ?
Last edited: