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

Is it possible to force wars and alliances between computers?

Level 3
Joined
Apr 7, 2021
Messages
7
Is it possible to dynamically make AI computers ally up or go to war with each other via triggers using chat messages?

To some extent, I know how to make the triggering player ally up or go to war with other players and computers, but I want to know if it is possible to control who goes to war with whom.
 
is possible to control who goes to war with whom.
Yes. the
  • Player - Make Player 1 (Red) treat Player 2 (Blue) as an Ally with shared vision
Don't care if Player 1 and 2 is computer or player, so you just need to setup triggers for what you want to happen.
You can of course use variables, read numbers from chat and/or have more complex logic.
 
One of these might meet your needs
 
Top