From 014a617720e66c42c94a6544fb8327137dea4c6e Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 18:13:37 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-Parser.md b/Lua-Parser.md index 5ca4a45..2e47681 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -2,6 +2,8 @@ The Lua Parser is a quest parser for EQEmu that uses the Lua embedded programmin We use Lua 5.1 so the [Lua 5.1 Manual](http://www.lua.org/manual/5.1/manual.html) applies. Section 2 is a bit of a dense read but may be of particular Integererest to those just getting started with Lua. +The rest of this guide assumes you know Lua 5.1, if you don't then it wont make sense at parts and you'll end up asking stupid questions so please learn it before you go further. + ## Table of Contents * [Init Scripts](#init-scripts) * [NPC Scripts](#npc-scripts)