Skip to content

Default Mudlet package which includes an alias to run Lua code from the command line

Notifications You must be signed in to change notification settings

Mudlet/run-lua-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Default Mudlet package which includes an alias to run Lua code from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages