Problem detecting the right abilities

Status
Not open for further replies.

Gillbz

G

Gillbz

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 by a moderator:
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: 105
Status
Not open for further replies.
Back
Top