LuaGuide.wiki
changeset 30 43e5101de029
parent 29 19a3182cac9d
child 31 e713a5d2a7f9
--- a/LuaGuide.wiki	Sat Nov 13 22:48:24 2010 +0000
+++ b/LuaGuide.wiki	Sat Nov 13 23:02:24 2010 +0000
@@ -1,5 +1,9 @@
 #summary Guide to writing Lua scripts in Hedgewars.
 
-= Introduction =
+This is both an introduction to Lua scripting in Hedgewars and a guide for more advanced control over the game and gears.
+
+== What is a Lua script ==
 
-This is both an introduction to Lua scripting in Hedgewars and a guide for more advanced control over the game and gears.
+A Lua script is used to make the game behave different by giving the Hedgewars engine different command. The script gets called by the engine on different events and the script tells the engine what to do.
+
+Missions and Training are the parts of Hedgewars that are scripted. Try them out and get a feel of what scripted maps is.
\ No newline at end of file