Quote: "Iam making a demo game to learn more in lua and increase my skill with this engine."
Ok, now I have a problem, because the best learning stategy for any programming language like Lua is "learning by doing" yourself. So it would be the best if you try it yourself with small looks into the standart scripts in the scriptbank. It is hard at the very beginning, but this is how you should do it.
In the second post is a first introduction into Lua from myself:
https://forum.game-guru.com/thread/211236
So now to your questions:
1) go into scriptbank\stories\The Big Escape and open startdisplay.lua. There is all you must know. Load a picture and so on.
2) This is something you must decide how you do it. With mouse, without mouse and just with keys.
Simplest way is to do it with prompt("Text"), Timer commands, and scancode like Y(yes) N(No)
3) Go into entity properties and select explodabe=Yes and set the damage very high. Then in the scripts, create some conditions when it should explode. That´s it.
4) I do not understand what you mean.
5) You mean a random text generator? This would need a script for every entity. Of course you can read the name of the entity and then print it. This is maybe the best solution.
6) Waves spawn of enemies, there is anywhere a script. I can´t remeber. Mabye in smallg thread(link at the end). An character follow the player should be easy. RotateToPlayer, If player is more than 1 away, move.
7) Look at the scripts for the level. They are here: scriptbank\stories\Cartoon Antics
Hope this helps you a little bit.
Here is a great resource for scripts
https://forum.game-guru.com/thread/207801
Thanks smallg

My dream is to develope games, which makes fun when I create it and fun when other people play it.