Is it possible for a unit to be granted an upgrade when it becomes Heroic? I know that you are able to upgrade a unit when they become elite, vetran, or heroic, but can you use those upgrades to trigger a grant upgrade for a certain unit, I tried this:
Code:
Behavior = GrantUpgradeCreate ModuleTag_52
UpgradeToGrant = Upgrade_LightTankCannon
TriggeredBy = Upgrade_Veterancy_HEROIC
End
Behavior = WeaponSetUpgrade ModuleTag_50
TriggeredBy = Upgrade_LightTankCannon
End
Problem is that it crashes the game, and WB I know that is the error because that is what WB says, there must be a way to do this, but I can't think of it, any help apprieciated, Thanks in advance.