S
sttrek341
Guest
How do i set it up so when a hero gets to say level 10 it changes to another hero?
Hero Level Replace
Events
Unit - A unit Gains a level
Conditions
(Unit-type of (Triggering unit)) Equal to Paladin
(Hero level of (Triggering unit)) Equal to 10
Actions
Unit - Replace (Triggering unit) with a Mountain King using The old unit's relative life and mana
Events:
Unit - <name of hero> Gains a level
Conditions:
Actions:
Set CurrentLevel = (CurrentLevel + 1.00)
Events:
Game - CurrentLevel becomes Equal to 10.00
Conditions:
Actions:
Replace <name of hero> with a <name of new hero> using the old units relative life and mana