Lite C is a C with specific implementations of acknex-features to
make the development quicker.

It is obviously quite similar to c-script, as many functions are accessed as in
c-script / same syntax. But you have the increased freedom of using C specific features such as
using structs, and variable types (Integer, Float)

There should be a listing on the lite-c page, what engine features are
available. I rememeber, that the multiplayer part is not part of Lite C.

Basically programming in C ist more professional than in c-script,
wich is the main advantage in my mind.