LuaGuide.wiki
author henrik.rostedt
Sat, 13 Nov 2010 23:03:11 +0000
changeset 31 e713a5d2a7f9
parent 30 43e5101de029
child 32 5f66adfa478c
permissions -rw-r--r--
Edited wiki page LuaGuide through web user interface.

#summary Guide to writing Lua scripts in Hedgewars.

= Under Construction =

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 ==

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.