WoW:Macros: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page Macros to Macros without leaving a redirect)
 
(14 intermediate revisions by 12 users not shown)
Line 1: Line 1:
Macros are series of commands designed to be executed in series.
#REDIRECT [[Macro]]
 
A [[Macro|macro]] can consist of any number of [[Slash Command|/]]''[[Slash Command|<command>]]''s or pure text to up 255 characters.  Users wishing to use more advanced commands are recommended to see the [[Interface Customization]] and [[World of Warcraft API]] sections.
 
See [[Most Used Macros]].
 
 
 
----
How to setup a macro
 
#type /macro
#Press New
#Enter a Name
#Select an icon
#Make your macro ;)
 
Once your macro is made, you can either drag the icon to a toolbar or access it by typing /macro <name> from the command line.
----
 
Note on the /script command. You may include a /script [string] command in your macro, where [string] can be any valid chunk of Lua code. Multiple statements should be delimited with a semi-colon. The [[World of Warcraft API]] page lists global Lua functions that may be called.
 
[[Category:Newbies]]

Latest revision as of 04:48, 15 August 2023

Redirect to: