Edited ... google it yourself, I found it on first search.
There's a REASON why no one replies.
If you wanted to be helpful and not be a jerk, you could give him the link and reference it to the google search, instead of just telling him to google it and insulting him.
I did this with veterancy and triggers. Create a veterancy behavior, add it to the Marine. In the veterancy editor, go to Ability and look for Veterancy Levels - Modification - Abilities Enabled. There you can add what abilities should be enabled at what level. Note that to stay enabled beyond the level you gain the ability you must set it to enable each level after as well.
Then add the ability to the Marine unit. However, this means the ability will be enabled from the start. Therefore, create a trigger which disables the ability at the beginning. Use Enable/Disable Ability for Unit for that.
The ability will now be greyed out until character reaches the appropriate level.
Actually, probably easier for you to use Veterancy Levels - Modification - Abilities Disabled and set the ability to disabled until the proper level is reached.
Here is what I need: A behavior that levels up my marines (veterancy) and gives them Force Field when they reach level 3
Someone?
Edited ... google it yourself, I found it on first search.
There's a REASON why no one replies.
If you wanted to be helpful and not be a jerk, you could give him the link and reference it to the google search, instead of just telling him to google it and insulting him.
Fools. I pitty them. ;p Don't worry man. Didn't really expected anything different
I would try using triggers. Something like
event- unit gains level
condition- triggering unit = has the behavior
actions=
give unit ability (force field)
You could probably do this without triggers, and instead use requirements/validators etc in the data editor. Triggers is actually easier though :)
Yeah, I apologize, I'm quitting smoking and has become an asshole. And probably will be for the next 2 weeks as well.
I did this with veterancy and triggers. Create a veterancy behavior, add it to the Marine. In the veterancy editor, go to Ability and look for Veterancy Levels - Modification - Abilities Enabled. There you can add what abilities should be enabled at what level. Note that to stay enabled beyond the level you gain the ability you must set it to enable each level after as well.
Then add the ability to the Marine unit. However, this means the ability will be enabled from the start. Therefore, create a trigger which disables the ability at the beginning. Use Enable/Disable Ability for Unit for that.
The ability will now be greyed out until character reaches the appropriate level.
Actually, probably easier for you to use Veterancy Levels - Modification - Abilities Disabled and set the ability to disabled until the proper level is reached.
I found a way. Thanks anyway
How did you do it? It's useful to let everyone know incase someone else has the same issue ;)
Well I found some tutorials on Youtube. Units and Abilities or something like that