View Single Post
  #2  
Old 07-18-2002, 07:50 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
no offense but the format is like unreadable, format your scripts like this
if(stuff){
commands here;
}
Reply With Quote