To get the Lua keyword in the command line type **Lua **into the command line.
Description
Section titled “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
Section titled “Syntax”Lua “Lua code”
Example
Section titled “Example”[Channel]> Lua “gma.feedback(‘hello world’)”
“hello world” is displayed in the command line feedback in yellow.
For more information see Plugins.