mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 21:52:26 +00:00
Updated Lua Examples (markdown)
parent
3898073a14
commit
e83a948345
@ -3,7 +3,7 @@ Various Lua Quest examples to give a feel for how the code works:
|
|||||||
### NPC
|
### NPC
|
||||||
```
|
```
|
||||||
-- Nerissa_Clothspinner
|
-- 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)
|
function event_waypoint_arrive(e)
|
||||||
if(e.wp == 17) then
|
if(e.wp == 17) then
|
||||||
e.self:Say("When will my sister show up? I need her!");
|
e.self:Say("When will my sister show up? I need her!");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user