Lite-c is case-sensitive so make sure you define all of your objects correctly.
"Function" with a capital "F" is wrong for creating a function, that's why the compiler is complaining. Use "function" instead of "Function".

C-script didn't care about what case the names of objects were, but lite-c is very strict on it. You get this in higher languages like C++ so it's good programming sense.

Last edited by DJBMASTER; 06/13/08 19:57.