# WowLuaVanilla **Repository Path**: rsgiscn/WowLuaVanilla ## Basic Information - **Project Name**: WowLuaVanilla - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-09 - **Last Updated**: 2025-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WowLuaVanilla A WowLua backport for Vanilla WoW WowLua is an in-game Lua scripting environment that includes an interactive Lua interpreter as well as a multi-page script editor. Other features include: - Syntax coloring, courtesy of krka's spectacular For All Indents and Purposes librar - Sleek buttons, courtesy of Mikk - When WowLua is running code, it defines a global function print() which directs output to the WowLua window, for convenience. This global is removed when not running from WowLua - Can run WowLua pages from the commandline using /wowluarun or /luarun. Each slash command takes the name of a page, and prints any issues or activity to the chat frame. These can thus be used from macros. - Can open WowLua using /wowlua or /lua. Both of these slash commands will take a lua expression and run it, if provided: /lua print(14) will open WowLua and print the number 14 to the output window. ![pvw13399](https://user-images.githubusercontent.com/20452393/191373851-17655d76-9bd9-4662-a8ed-761ee07488d7.png)