So, my question is simply this: is there a way to reset stored variables?
To elaborate on my situation: I'm making a fishing system in my game. It works like this, the more times you interact with a fishing spot, the better the likelihood of catching a fish. I accomplished this by having a variable, "Catch Fish", and having the number stored go up by a random number between 1-15 each time the fishing spot is interacted with. Once the variable stored reaches a cumulative of a certain number, the fish with be caught. Unfortunately, every subsiquent time after, a fish will be caught. I'd like it to reset every time after a fish is caught.
Sorry if I'm not explaining it well.... any ideas on what I can do? Just a way to reset the variable would be great. Or maybe another way to go about this fishing system.
Thanks.