[Solved] Small formula to set unit life after revival

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
Exactly that. Made it this way:

  • Actions
    • Set A = (Target unit of ability being cast)
    • Set Temp_Int = ((Level of (Ability being cast) for (Triggering unit)) x 10)
    • Unit - Set life of A to (Random real number between ((Real(Temp_Int)) - 9.00) and (Real(Temp_Int)))%
    • Unit - Set mana of A to (Random real number between ((Real(Temp_Int)) - 9.00) and (Real(Temp_Int)))%
 
Status
Not open for further replies.
Top