Trying to set the units that the computer controlled player use and selects to build are custom. Have tried multi. triggers. This is the current one I have been trying to get to work.
Trigger:
If ((Unit-type of (Picked unit)) Equal to Troll Headhunter) then do (Unit - Replace (Picked unit) with a Crossbow Orc using The old unit's relative life and mana) else do (Do nothing)
The computer will select and build as it wants, just need to make the trigger switch the unit from the basic orcs unit to the new ones. I have tried the trigger in the tutorial, but with no luck, I keep getting either all one unit, or twice as many units, or it just doesn't work.
Trigger:
If ((Unit-type of (Picked unit)) Equal to Troll Headhunter) then do (Unit - Replace (Picked unit) with a Crossbow Orc using The old unit's relative life and mana) else do (Do nothing)
The computer will select and build as it wants, just need to make the trigger switch the unit from the basic orcs unit to the new ones. I have tried the trigger in the tutorial, but with no luck, I keep getting either all one unit, or twice as many units, or it just doesn't work.