Updated Lua Parser (markdown)

Alex 2013-06-12 14:42:18 -07:00
parent 64090e3abd
commit fd0e466414

@ -351,7 +351,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles
> Mob other; > Mob other;
> Integer damage; > Integer damage;
> Spell spell; > Spell spell;
> Integer skill_id; > Integer skill;
> } > }
> ``` > ```
> Returning a non-zero value will cancel the death. > Returning a non-zero value will cancel the death.