Quote:
|
Originally Posted by TheTinkeringToad
Eeek ok having a few more problems i think.
|
As mentioned before, this code is pointless. There's also an error in the IF statement, where you should have a double "==" instead of a single "=". A single "=" will set the var to that value instead of testing the value, but either way the code does nothing useful.