I'm making a skill which will reduce the armor of any unit (the unit will be hero in this certain map), by 23%.
I set one variable for the caster, one for the targeted Hero but I can't set the variable for the armor reduce... So I could do like this:
Armor_reduce = Real(armor of (variable) - (23/100))
Any ideas???
I set one variable for the caster, one for the targeted Hero but I can't set the variable for the armor reduce... So I could do like this:
Armor_reduce = Real(armor of (variable) - (23/100))
Any ideas???