View Single Post
Old
  (#73)
Cethin is Offline
Private 1st class
 
Posts: 232
Join Date: Jan 2002
Location: Hebron, CT, USA
  Send a message via AIM to Cethin  
Default 06-23-2003, 11:59 PM

Here's a quick rule of programming:

If variables are set to something after it's being checked by an if statement, it's not going to use the value that it was set to after the check....sooo it needs to be set somewhere else...but where! oOo:


  
Reply With Quote