# HG changeset patch # User Wuzzy # Date 1578868279 -3600 # Node ID 3b337701921768c099e383d98da97c0ea8cd631e # Parent 496efb1849253e6120c3ba853d57afd72a4bec5d LuaGuide: Remove half sentence diff -r 496efb184925 -r 3b3377019217 LuaGuide.wiki --- a/LuaGuide.wiki Sun Jan 12 23:29:12 2020 +0100 +++ b/LuaGuide.wiki Sun Jan 12 23:31:19 2020 +0100 @@ -132,7 +132,7 @@ == Getting started … for real == -This was just a simplistic introduction which didn't cover everything. If you want to l +This was just a simplistic introduction which didn't cover everything. A good way to learn Lua scripting in Hedgewars is to read existing scripts. We recommend to take a look into `Data/Missions/Training/Basic_Training_-_Sniper_Rifle.lua` which is the Lua script for the Sniper Rifle target practice training mission. It should give you a rough “feeling” of how a script is supposed to look and is heavily commented.