→Start Coding
mNo edit summary |
|||
| Line 106: | Line 106: | ||
-- then you can write | -- then you can write | ||
mod.arrowsCount = mod:GetArrowsCount() | mod.arrowsCount = mod:GetArrowsCount() | ||
Other | Other than the global table for the addon, you may still need globals for the saved variables and the addon slash commands (see below) if you have any. | ||
== Slash Commands == | == Slash Commands == | ||