I have cards that some have certain values like +1, +2, etc. I'm trying to make a loop that will run a certain number of times depending on the value. Example player draws +2 and the loop will run the action 2 times. I've tried all the loops and they don't stop after the 2 run throughs. I think a "For" loop is what I'm looking for but I'm not sure how to add to the counter after each run through?