mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Updated Lua Parser (markdown)
+1
-1
@@ -672,7 +672,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles
|
|||||||
> {
|
> {
|
||||||
> Client self;
|
> Client self;
|
||||||
> String command;
|
> String command;
|
||||||
> IntegerArray args;
|
> StringArray args;
|
||||||
> }
|
> }
|
||||||
> ```
|
> ```
|
||||||
> Returning a non-zero value will suppress the command not found message
|
> Returning a non-zero value will suppress the command not found message
|
||||||
|
|||||||
Reference in New Issue
Block a user