View Single Post
  #2  
Old 06-28-2002, 10:32 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
for(i=0;i<10;i++){
playerrupees+=i;
sleep 1;
}
that adds 1 ruppes every second for 10 second
setarray array,2;
array[0]=1
array[1]=2
you can save numberical info in arrays like that
Reply With Quote