i have a problem here, why does my unit change to another unit before he can even damage the enemy?
-
Raider Rage
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
Actions
-
Set Rage = (Random integer number between 1 and 10)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Rage Equal to 1) and ((Unit-type of (Attacking unit)) Equal to Raider)
-
-
Then - Actions
-
Unit - Replace (Attacking unit) with a Fel Orc Raider using The old unit's relative life and mana
-
-
Else - Actions
-
-
-