View Single Post
  #15  
Old 02-08-2006, 12:01 AM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
NPC Code:

for(i=0;i<1000;i++){
blah();
}
function blah(){
for(i=0;i<1000;i++){
blah();
}
}



haha =D
Reply With Quote