View Single Post
  #6  
Old 05-25-2001, 06:53 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
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++;
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote