29.09.2012, 07:19
No, zDevon is correct (even though I identified the problem before he did.)
There's a missing bracket somewhere, missing brackets cause the script to misinterpret the code below the function with the missing bracket.
Use a missing brackets finder OR use #error after a function, compile, if you get user error move to the next function and repeat.
There's a missing bracket somewhere, missing brackets cause the script to misinterpret the code below the function with the missing bracket.
Use a missing brackets finder OR use #error after a function, compile, if you get user error move to the next function and repeat.