Quote Originally Posted by Transcending View Post
I tried this but no luck



how could i do that? I'm still learning java lol but i really appreciate your help

its just a basic countdown timer that pulses every 600ms


under process () {

Code:
		if (DoubleExpScroll.EXPERIENCE_TIMER > 0) {
			DoubleExpScroll.EXPERIENCE_TIMER--;
		if (DoubleExpScroll.EXPERIENCE_TIMER == 0 ) {
 DoubleExpScroll.EndExp(this):
}
}