Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 406 Bytes

run-lua-code

A simple package that provides a lua alias that allows the user to run Lua code from the command line.

-- examples
> lua echo("Lua from the command line")  -- runs the Lua echo function displaying text on the main screen
> lua send("look")                       -- send the command 'look' to the game server
> lua showColors()                       -- display a color palette