I'm trying to add an ability into a page like the build tab (it can be any tab).. even though I don't yet have a system for multiple pages of abilities, I want to know if what I'm trying to do is achivable with GUI triggers.
This trigger bellow will add an ability into a unit's tabs after it has purchased a certain item.
Basically what I need is a way to somehow add the ability into a unit's page/build tab after said unit has purchased a certain item.
Also if you know a better way to trigger this please let me know.
Thanks!
This trigger bellow will add an ability into a unit's tabs after it has purchased a certain item.
-
Shop units
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Claws of Attack +15
-
-
Actions
-
Unit - Add ASDF to (Triggering unit)
-
Item - Remove (Item being manipulated)
-
-
Basically what I need is a way to somehow add the ability into a unit's page/build tab after said unit has purchased a certain item.
Also if you know a better way to trigger this please let me know.
Thanks!