Hey everyone, currently I’ve got a pickup blueprint that handles the pickup counter aswell as a fixed number that when reached enables the player to finish the level. Now I want to add a function so that for every 10 pickups the player speed gets slightly increased. I’ve been messing around with the modulus node but havent been able to do it. Any help appreciated.
Yes, the speed increment is working correctly now, but Im having some difficulties to make both branchs work, since both have different conditions, how can I connect them to the set node?