LuaSlinger Manual
LuaSlinger has a number of tabs:
- The About tab gives basic usage information.
- The Scripts tab has 40 pages for you to place your scripts.
- The Scratch tab is a sandbox for you to test code.
- The Library tab is an area for you to put common functions or other code that you might use from multiple scripts.
- The Import tab contains whatever code is in your LuaSlingerImport.lua file. This is to easily import lua code into the game. You can copy (Ctrl-C) and paste (Ctrl-V) code from this tab into any of the other tabs.
- The Save tab allows you to force save your code. Normally WoW will save your code only when you quit the game. If you've just entered a lot of code, or if your computer crashes frequently, you might want to save often. Note: saving forces a UI reload, which may take up to a minute depending on your computer.
Take a look in the CodeVault for a number of examples of useful scripts.