if i am using something like
while ( %t <= %z ) {
dostuff
inc %t
}

is it possible to slow down the loop so it doesnt proccess so quickly ? maybe like pause before it goes back to the top thx in advance for any help smile