if i have global variable with 100 called 'attack strenght' when my character hit oponent this deal 100 damage.
But i want to deal 100 damage + from1 to 10%
how write this?
Develop games in your browser. Powerful, performant & highly capable.
100*random(1, 1.1) ?