this is my blueprint. im a newbie. the player rating is set to 80. the injury is set to 10. is away is set to true. so the simple equation is essentially 80 - 10-5 = 65. that works. random number between 0-100. if the random number is equal or les than 65 = success. if higher = fail.
For some reason, all my results are completely random when i run this. 90 will be a success, 10 will be a fail. does not make sense to me.