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