
01-21-2008, 02:15 PM
|
|
Billy Allan
|
 |
Join Date: Apr 2007
Posts: 804
|
|
Quote:
Originally Posted by cbkbud
Needs some work
One thing I noticed right away was you were doing
if ( var = ! var2 )
use
if ( var != var2 )
|
ok ty. |
__________________
I am the devil, I am here to do to devils work.
|
|
|
|