Hey guys, today I got a little introduction into Lua. I know a little bit about what it can do, but I'm left wondering if I can script things like cutscenes.
For example, the cutscenes in my game will consist of game characters moving into position, doing animation sequences, etc. Also, there will be text dialogue, symbols (such as speech bubbles), and other things going on.
I'm wondering how applicable Lua would be to this kind of thing. The deepest I've gotten into Lua so far is writing very simple scripts and retrieving variable values from a C++ app. I was wondering if I could write scripts to closely control these kinds of actions within a game.
Thanks for any input!
