diff --git a/Lua-Parser.md b/Lua-Parser.md index 664497f..4666018 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -409,6 +409,15 @@ Note: > } > ``` +* event_tick +> Triggered on each tick from the npc +> Passes an event table as an argument: +> ``` +> { +> NPC self; +> } +> ``` + ### Player Events