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

alliance problem

Status
Not open for further replies.
Level 4
Joined
Apr 12, 2008
Messages
35
basicaly i want to let players be able to ally each other, by using the allies window at the top of the screen.
at the moment it looks like this;
allies help.jpg

i want it so players can click on the options. at the moment you can't click on them.
 
Level 13
Joined
Jul 3, 2008
Messages
1,098
so make it by trigger
event:
map initializon
action:
pickplayer 1 and add him to playergroup1
pick player 2 and add him to playergroup2
etc...
then make playergroup 1 enemy to all other playergroups
etc...
and then later in game

event:player chat message -aly 2
condition:chating player equal to player 1
action:set playergroup 1 aly to playergroup 3
and so on...
 
Status
Not open for further replies.
Top