I made a "Research" ability that contains the two abilities and each rank of the ability have the appropriate requirements selected and each rank of the ability is also set to "Restricted"
However, when I test the document, this is the result I get:
So as you can see, when I research the cloak, the sprint research ability becomes disabled :(
I'm trying to setup a multi-level requirement system for certain abilities.
Abilities
-Sprint
- -Rank 1
- -Rank 2
- -Rank 3
-Cloak
- -Rank 1
- -Rank 2
- -Rank 3
These are the requirements I have setup for each ability
<<code>>
Rank 1:- -Use
- -Show
- - - Equals
- - - - -Count Upgrade (Ability - Rank 1) Queued or Better
- - - - -Constant: 0
Rank 2:
- -Use
- - - And
- - - - -Equals
- - - - - - Count Upgrade (Ability - Rank 1) Completed
- - - - - - Constant: 1
- - - Count Unit (Upgrade Building) Completed (Tech Tree Cheat)
- -Show
- - - Equals
- - - - -Count Upgrade (Ability - Rank 2) Queued or Better
- - - - -Constant: 0
Rank 3:
- -Use
- - - And
- - - - -Equals
- - - - - - Count Upgrade (Ability - Rank 2) Completed
- - - - - - Constant: 1
- - - Count Unit (Upgrade Building) Completed (Tech Tree Cheat)
- -Show
- - - Equals
- - - - -Count Upgrade (Ability - Rank 3) Queued or Better
- - - - -Constant: 0<</code>>
I made a "Research" ability that contains the two abilities and each rank of the ability have the appropriate requirements selected and each rank of the ability is also set to "Restricted"
However, when I test the document, this is the result I get:
So as you can see, when I research the cloak, the sprint research ability becomes disabled :(
Nevermind, stupid mistake on my part :P