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

Problem detecting the right abilities

Status
Not open for further replies.
Level 1
Joined
Jan 15, 2006
Messages
5
I am using two abilities based on "Charge Gold and Lumber" to create and edit alliances. I am having problem with the detecting of them. I'm using:

Code:
Unit - A unit Starts the effect of an ability

to detect when it is being used, along with two conditions:

Code:
(Unit-type of (Triggering unit)) Equal to Diplomacy
(Ability being cast) Equal to Create Alliance

The problem is that it still thinks i am clicking the create alliance button when im clicking the join alliance button. In the unit they are under Abilities - Normal. In that join alliance is upbove create alliance. If i switch them around it always thinks im clicking Join alliance. How can i stop this?

Thanks for help :)
 
Last edited:
Level 1
Joined
Jan 15, 2006
Messages
5
That didnt make things much better now it thinks they are both being cast at the same time. Thanks anyway
 
Well, you have to change the base order ID.
 

Attachments

  • Base Order ID.jpg
    Base Order ID.jpg
    58.3 KB · Views: 72
Status
Not open for further replies.
Top