Run Lua
A plugin that lets you execute multiple lines of lua code in the client, instead of using the single line within the game console. Intended for plugin developers.
/runlua --open the dialog
/runlua <single line of code> --execute a line of code from chat
*limitation of how VO works post-plugin loading, any variables you declare in the editor need to be declared local, or made with the declare() function*
*limitation of how VO's interface system works, you cannot easily control the cursor position within a multiline textbox. Sorry, can't fix! This is entirely why I stopped updating this, despite a much more feature-rich edition existing in my back pocket - no point!*
/runlua <single line of code> --execute a line of code from chat
*limitation of how VO works post-plugin loading, any variables you declare in the editor need to be declared local, or made with the declare() function*
*limitation of how VO's interface system works, you cannot easily control the cursor position within a multiline textbox. Sorry, can't fix! This is entirely why I stopped updating this, despite a much more feature-rich edition existing in my back pocket - no point!*
Version | Release Date | Download | My Plugins |
v2.0 | 2021 - Mar 22 | Download | Use this version |
v1.0 | 2020 - Sep 15 | Download | Use this version |