MStimer not working (Help)
-
for (b = 54; b <= 90; b++) { if (timer4.hasTimePassed(1000)) { Chat.print("Yes") timer4.reset() } }
timer4 = new MSTimer();
only prints it once and stops, timer works in my other scripts, but not in this situation
-
@hookie was gonna say something but i have eye cancer now
-
@aftery chill i'm new, have some respect we've all been here
-
@hookie sorry as a matter of fact i've never pulled off something that spectacular
-
it's not gonna work man bcz of the loop
-
@hookie said in MStimer not working (Help):
for (b = 54; b <= 90; b++) {
What are you trying to do with this loop ?
-
@hookie invert da loop
if(timer4.hasTimePassed(5000)){ for (var i = 0; i < 69; i++) { Chat.print(i) } timer4.reset(); }