Updated Lua Parser (markdown)

Alex 2013-06-24 12:35:23 -07:00
parent 014a617720
commit f87e9cc761

@ -102,6 +102,7 @@ Note: Passing a value of -1 for npc, item or spell id to watch will watch every
```
Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unless an existing quest is already listening for them.
Encounter scripts also run before any normal script, it's also not a good idea to nukeitems from encounter scripts listening on Item Events as the Item Event dispatch will still need that item intact.
<a name="wiki-npc-events"></a>
### NPC Events