diff -r dc9a1250fe28 -r 17cf8a0c007f LuaAPI.wiki --- a/LuaAPI.wiki Tue Jul 28 14:45:30 2015 +0000 +++ b/LuaAPI.wiki Tue Jul 28 14:47:14 2015 +0000 @@ -19,6 +19,8 @@ === Tutorial missions === Tutorial missions are located within text files inside `share/hedgewars/Data/Missions/Training`. The game will list all files with the lua extension inside this directory in the Training selection screen. You’ll find some premade example scripts within this directory that contain several comments on the script lines and what they do. +See [Missions] for details. + === Special maps === In addition to tutorial missions predrawn maps (maps not created using the random map creator) may contain a single lua script file named `map.lua`. If it’s there, it will be used once the map is played. This way it’s possible to play maps alone or over the internet using custom goals. Mission maps can be found in singleplayer mode under the “training” button and in multiplayer mode, it is selectable as a map type.