Well, I can't say if anything else is wrong with your code, but right after you set showdown+=1 and then start the timer 1, you check if the showdown==1, which it is, since you just set it and then you stop the timer. So I would say that explains why it's not working.
Try puting an else if for showdown==1.
Code: ags
PS . Khris was faster than me... I'll just post it anyway just in case...
EDIT 2: Uhm, AGA fix the code!
Try puting an else if for showdown==1.
else if (showdown == 1) // Here is where I changed your code
{
Timer.Stop(succubTimer1);
}
PS . Khris was faster than me... I'll just post it anyway just in case...
EDIT 2: Uhm, AGA fix the code!