Version 3.9
Lua Keyword
To get the Lua keyword in the command line type Lua into the command line.
Description
This keyword is used to execute commands written in the script language Lua.
After entering Lua into the command line, type in the script language Lua version 5.3. The grandMA2 will directly execute the commands written in Lua.
Syntax
Lua "Lua code"
Example
[Channel]> Lua "gma.feedback('hello world')"
"hello world" is displayed in the command line feedback in yellow.
For more information see Plugins.