From a22350f7772ad4927f0536b6cfd457e4f2884c9b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Jun 2013 13:52:52 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Parser.md b/Lua-Parser.md index 0709b4b..bb8a7ad 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -102,7 +102,7 @@ Note: Passing a value of -1 for npc, item or spell id to watch will watch every ``` Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unless an existing quest is already listening for them. -Encounter scripts also run before any normal script, it's also not a good idea to nukeitems from encounter scripts listening on Item Events as the Item Event dispatch will still need that item intact. +Encounter scripts also run before any normal script. ### NPC Events