From 8f15d4b55317b245887c6235ecad426b86b71617 Mon Sep 17 00:00:00 2001 From: regneq Date: Mon, 8 Jul 2013 14:30:06 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Lua-Parser.md b/Lua-Parser.md index 76fa846..7462244 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -19,6 +19,7 @@ The rest of this guide assumes you know Lua 5.1, if you don't then it wont make * [Encounter Events](#encounter-events) * [API](#api) * [Examples](#examples) +* [Template](#template) ### Init Scripts @@ -1033,4 +1034,8 @@ Note: ### Examples -* [Lua Examples](Lua-Examples) \ No newline at end of file +* [Lua Examples](Lua-Examples) + + +### Template +* [Lua Template](Lua-Template) \ No newline at end of file