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:
to detect when it is being used, along with two conditions:
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
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: