Thread: :(
View Single Post
  #8  
Old 03-07-2002, 10:01 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
*sigh*
in the part where the script increases(sp?) the var do this:
if (timeout&&keydown(#))
{
sleep .1;
whatever++;
}
Reply With Quote