From e83a94834546d65f13b0d82c74ba21aca22d5dec Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 26 Jun 2013 20:57:50 -0700 Subject: [PATCH] Updated Lua Examples (markdown) --- Lua-Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Examples.md b/Lua-Examples.md index 328c51d..5007d36 100644 --- a/Lua-Examples.md +++ b/Lua-Examples.md @@ -3,7 +3,7 @@ Various Lua Quest examples to give a feel for how the code works: ### NPC ``` -- Nerissa_Clothspinner --- Makes use of the item_turnin module, and client_ext module for Client:GiveCash() and Client:Faction() +-- Makes use of the item_turnin module, string_ext module for findi and client_ext module for Client:GiveCash() and Client:Faction() function event_waypoint_arrive(e) if(e.wp == 17) then e.self:Say("When will my sister show up? I need her!");