
05-25-2001, 06:53 AM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
AH. so much posting so soon =D
thx to kyle I found a little problem
in the line where it says
while (this.checktime>=1) {
change to
while (this.checktime>=.2) {
and right below that
this.checktime-=1;this.minute++;
to
this.checktime-=.2;this.minute++;
|
|
|
|