for(var/p in src.cooldown)
spawn(src.cooldown[p]*10)
src.cooldown.Remove(p)
Problem description:
Hello everybody, I'm with a doubt in a code here.
Anime Game Demo in the code above.
is for taking cooldown out of the techniques now in my game I put the same code at the time of
in and he removed the list of techniques that code and now I could do to
take cooldown out techniques?
Thanks