From cbbd01b3b677b887743b30290e731e5983e29031 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 1 Feb 2014 14:50:28 -0800 Subject: [PATCH] Updated Lua Examples (markdown) --- Lua-Examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lua-Examples.md b/Lua-Examples.md index c981335..9d3a45f 100644 --- a/Lua-Examples.md +++ b/Lua-Examples.md @@ -146,7 +146,6 @@ function event_timer(e) end ``` -``` ### Player ``` -- player.lua example of access and changing the lockpick value of a door. @@ -178,6 +177,8 @@ function event_death_complete(e) eq.target_global("lockout_ikky_g1", "1", "H17", 0,v, 0); end end +``` + ### Item ### Spell