equal
deleted
inserted
replaced
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 |