• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

What is Wrong ?

Status
Not open for further replies.
Level 7
Joined
Nov 19, 2007
Messages
253
Im trying to make map and i have a problem:

  • 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>), .....
Thats all.

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 ? :wsad:
 
Last edited:
Level 7
Joined
Nov 19, 2007
Messages
253
Explain to me what exactly it is you're trying to do...

I wanted to make that one unit enters region and all his team and his self moves to 1 region and at the same time entering unit enemies moves to another region but its ok i made it work

Close topic or something please
 
Status
Not open for further replies.
Top