From bb5edd0ab23cfab0d412fa67679a43ba465402a5 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 19 Jun 2013 21:24:35 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Parser.md b/Lua-Parser.md index 19f11ce..45d8441 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -672,7 +672,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > { > Client self; > String command; -> IntegerArray args; +> StringArray args; > } > ``` > Returning a non-zero value will suppress the command not found message