# Lua Scripting

I plan to embed Lua into the game
- scripts can be run with the /script command
- they are pulled from the ./scripts/ directory:
`/script some_script.lua` executes ./scripts/some_script.lua