LuaOverview.wiki
changeset 1773 ea37b1f499dd
parent 1751 0e2be5404ad5
child 1817 817767cd393b
--- a/LuaOverview.wiki	Wed Apr 17 13:18:38 2019 +0100
+++ b/LuaOverview.wiki	Wed Apr 17 13:21:47 2019 +0100
@@ -7,8 +7,8 @@
 == How Hedgewars handles Lua scripts ==
 Hedgewars supports Lua scripts for two similar tasks: Define tutorial missions, campaign missions or provide special map behaviour for precreated maps. It is also used for multiplayer scripts to create new game styles.
 
-== 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.
+== Missions ==
+Missions are located within text files inside `share/hedgewars/Data/Missions/`. The game will list all files with the `.lua` extension inside this directory in the missions and campaigns selection screens. You’ll find some scripts within this directory that contain several comments on the script lines and what they do.
 
 See [Missions] for details.