Originally Posted By: Superku

my.skill1 = 16;
while(my.skill1 > 0)
{
my.skill1 -= time_step;
wait(1);
}

is going to take approximately 1 second. With stuff like that


One more question: wait(-1); is working the same way I think??
Of course, only if it is a second.