From 916be7a3577b6caa5d5283bc8bf7ca22a61abaa3 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 19 Jun 2013 22:44:33 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Lua-Parser.md b/Lua-Parser.md index 45d8441..ff73d45 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -692,6 +692,16 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles ### Item Events * event_timer +> Triggered when a timer attached to this item expires. +> Passes an event table as an argument: +> ``` +> { +> ItemInst self; +> Client owner; +> String timer; +> } +> ``` + * event_scale_calc > Triggered on a timer every 10 seconds for a scaling item. > Passes an event table as an argument: