diff -r 7cfa7d94d014 -r 17fe62f4b3de LuaLibrarySimpleMission.wiki --- a/LuaLibrarySimpleMission.wiki Thu May 03 00:07:59 2018 +0200 +++ b/LuaLibrarySimpleMission.wiki Wed May 02 23:08:29 2018 +0100 @@ -20,7 +20,7 @@ This function sets up the *entire* mission and needs one argument: params. The argument `params` is a table containing fields which describe the mission. -``` + Mandatory fields: - teams: Table of teams. There must be 1-8 teams. @@ -177,7 +177,7 @@ FAIL CONDITION: Gear destroyed before it reached the required number of skips - id - skips Total number of water skips required at least (default: 1) -``` + === Examples === A couple of scenarios are using `SimpleMission`. Look into `Data/Missions/Scenarios` of your Hedgears installation. Check out the source code of the mission “Bazooka Battlefield” for a typical mission created with this library.