From 1555a55039cb4f944647a7a5cd17cce071122a0e Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 15:41:48 -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 1e0c90e..5ca4a45 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -15,6 +15,7 @@ We use Lua 5.1 so the [Lua 5.1 Manual](http://www.lua.org/manual/5.1/manual.html * [Spell Events](#spell-events) * [Encounter Events](#encounter-events) * [API](#api) +* [Examples](#examples) ### Init Scripts @@ -977,4 +978,8 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles ### API -* [Lua_API](Lua-API) \ No newline at end of file +* [Lua API](Lua-API) + + +### Examples +* [Lua Examples](Lua-Examples) \ No newline at end of file