how can i make a valor to a variable like:
Code:
int x;
x = 0;
...
...
...
...
if (raisestrenght = "yes"){
x = x + 1;
how can i make this raise stregnth last only for a couple of minutes?