LuaOverview: Update missions sections
authorWuzzy
Wed, 17 Apr 2019 13:21:47 +0100
changeset 1773 ea37b1f499dd
parent 1772 73305d96e954
child 1774 086bebb89963
LuaOverview: Update missions sections
LuaOverview.wiki
--- 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.