LuaLibrarySimpleMission.wiki
changeset 1378 e03e8e186faa
parent 1357 7cdf5df9dfc1
child 1824 a5a87fba78fa
equal deleted inserted replaced
1377:fecee71744b3 1378:e03e8e186faa
     1 #summary Lua library documentation: !SimpleMission
     1 #summary Lua library documentation of !SimpleMission; for creating simple missions
     2 #labels !LuaLibrary
     2 #labels !LuaLibrary
     3 
     3 
     4 = Lua library: `SimpleMission` =
     4 = Lua library: `SimpleMission` =
     5 This is a simple library intended to make setting up simple missions an easy task for Lua scripters. The entire game logic and coding is abstracted away in a single function which you just need to feed a large definition table in which you define gears, goals, etc.
     5 This is a simple library intended to make setting up simple missions an easy task for Lua scripters. The entire game logic and coding is abstracted away in a single function which you just need to feed a large definition table in which you define gears, goals, etc.
     6 
     6