From 776c818d1c5ab7eff34c7c6f288716f3382ab863 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 21 Jun 2013 21:50:18 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lua-Parser.md b/Lua-Parser.md index 632f2ed..7df733d 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -83,6 +83,10 @@ Encounter scripts are quest scripts that are only loaded after explicitly called `eq.load_encounter("encounter_name")` +They will load one and only one from the following location. Which ever it finds first in the following order: +* ./quests/zone/encounters/name.lua +* ./quests/global/encounters/name.lua + Encounter scripts listen for specific events from other script types with the following functions: ```