• 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.

[Solved] Ally different forces?

Status
Not open for further replies.
Level 5
Joined
May 20, 2008
Messages
138
This feels like a very basic thing, but somehow I can't get it to work.

I have three forces that I want to be allied with each other

Force 1:
  • Player 1
  • Player 2
Force 2:
  • Player 3
  • Player 4
  • Player 5
  • Player 6
  • Player 7
Force 3:
  • Player 8
  • Player 9
  • Player 10


Yet when I try to ally them with each other through a trigger, they continue to be hostile with each other in game.

  • Event
    • Map Initialization
  • Actions
    • -------- Players --------
      • Player Group - Add Player 1 (Red) to P_PLAYER_GROUP
      • Player Group - Add Player 2 (Blue) to P_PLAYER_GROUP
      • Player Group - Add Player 3 (Teal) to P_PLAYER_GROUP
      • Player Group - Add Player 4 (Purple) to P_PLAYER_GROUP
      • Player Group - Add Player 5 (Yellow) to P_PLAYER_GROUP
      • Player Group - Add Player 6 (Orange) to P_PLAYER_GROUP
      • Player Group - Add Player 7 (Green) to P_PLAYER_GROUP
      • Player Group - Add Player 8 (Pink) to P_PLAYER_GROUP
      • Player Group - Add Player 9 (Gray) to P_PLAYER_GROUP
      • Player Group - Add Player 10 (Light Blue) to P_PLAYER_GROUP
      • Player Group - Make P_PLAYER_GROUP treat (All players matching (((Matching player) is in P_PLAYER_GROUP) Equal to True)) as an Ally with shared vision
 
Status
Not open for further replies.
Top