Hello Everyone
I work on my Idle RPG game, hero walking around the map and is defeating his enemies, but there is a certain blockage that I cannot overcome.
This is function of enemy attack player, after all attacks there is global value (ROLL) from 1-100.
I want create Block System, so if value Roll is lesser or equal 25, this function "enemy attack player" is turn off, thats mean hit is block and player dont get damage.
Any sugestion :)??