I have no problem with Lite-C coming up and replacing C-script,because in a way it gives you more power,but I also agree with ran_man on one thing.The A5 template player movement code for player was so very good.I learnt so many things from it from the A4 days.
It was simple,clear and exactly did what we wanted :- fps player movement.When I checked the A6 template movement code,I found it annoying that the variables and the code had become much more complex and mixed with a lot of other codes like GUI.At one point of time while using it,my screen used to fade to black for no apparent reason.It almost made me nuts trying to figure out...and I realised after a long time that somehow I was "falling" in the level at some places and this activated the death code's black death screen panel.

I dont know how the current template code is.Pardon me if its all fixed and working smoothly.Anyway,I think they are only templates meant more as a tutorial and for professional games I prefer to code my own stuff.