From 989e4c90fff5c027765889362776cad7b69575c0 Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Fri, 1 Aug 2014 18:32:20 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e4ef6f2..161e24f 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ Mission Scripting Tools for Digital Combat Simulator Authors: Grimes (mrSkortch), Speed Forum Thread: http://forums.eagle.ru/showthread.php?t=98616 + +Documentation +==== +Can be found here: http://wiki.hoggit.us/view/Mission_Scripting_Tools_Documentation + +Description +=== +MIssion Scripting Tools (Mist) is a collection of Lua functions and databases that is intended to be a supplement to the standard Lua functions included in the simulator scripting engine. Mist functions and databases provide ready-made solutions to many common scripting tasks and challenges, enabling easier scripting and saving mission scripters time. The table mist.flagFuncs contains a set of Lua functions (that are similar to Slmod functions) that do not require detailed Lua knowledge to use. However, the majority of Mist does require knowledge of the Lua language, and, if you are going to utilize these components of Mist, it is necessary that you read the Simulator Scripting Engine guide on the official ED wik