Hi all,
I'm working on a map that I'd like units to have dynamic skills. Basically when the map starts up, the player can choose from what skills they would like to have. When the map starts I'd like to add all those skills to the unit.
If it isn't possible to add the skills dynamically, maybe something where I'd include all the skills on the unit and just make the ones they choose visible. Kinda like the mercenary compound during the campaign. As you "buy" units in the cantina, they show up on the merc compound. I just didn't want to have a bunch of "disabled" abilities during gameplay. So if you choose it, it shows up in the compound, if you don't, it doesn't show up. No "you can't use this" icons.
Thanks all.
There are different ways to do this, one example would be to do a WC3 learn spell setup, you can find loads of tutorials on this in my sig.
Another option would be to add all the possible abilities, set the icon to hidden, in the ability fields, then, via triggers, make the icon visible..aka enabled.
Rollback Post to RevisionRollBack
Random Information
Tutorials - Map Development - Galaxy wiki
|Issues? PM me|
@arvinmoses: Go
There are different ways to do this, one example would be to do a WC3 learn spell setup, you can find loads of tutorials on this in my sig.
Another option would be to add all the possible abilities, set the icon to hidden, in the ability fields, then, via triggers, make the icon visible..aka enabled.