From a627bd3718870b0c66cf78fe3d1e75a14448225e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 21 Jun 2013 21:45:38 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lua-Parser.md b/Lua-Parser.md index 36b3cee..239c4a9 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -812,6 +812,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > ItemInst self; > Client owner; > ItemInst aug; +> Integer slot_id; > } > ``` @@ -823,6 +824,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > ItemInst self; > Client owner; > ItemInst aug; +> Integer slot_id; > } > ``` @@ -834,6 +836,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > ItemInst self; > Client owner; > ItemInst item; +> Integer slot_id; > } > ``` @@ -845,6 +848,8 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > ItemInst self; > Client owner; > ItemInst item; +> Integer slot_id; +> Boolean destroyed; > } > ```