Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I Wanted to know how to make a skill that when I learn it, my Hero regeneration increases, but if I take damage regeneration skirt and a count is started after 10 seconds that regeneration return.Sorry for english i'm BR
I Wanted to know how to make a skill that when I learn it, my Hero regeneration increases, but if I take damage regeneration skirt and a count is started after 10 seconds that regeneration return.Sorry for english i'm BR
Use timer :
Add integer 10 to hero
Every second, reduce that integer by 1
When integer reach to 0 , add regen to hero
When hero take dmg, remove regen then increases that integer to 10
Use timer :
Add integer 10 to hero
Every second, reduce that integer by 1
When integer reach to 0 , add regen to hero
When hero take dmg, remove regen then increases that integer to 10
If the hero keeps taking damage, the count will be 10.
1 second late, it will be 9
If the hero keeps taking damage, the count will be 10.
1 second late, it will be 9
Repeat ............
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.