WoW:Macros: Difference between revisions

123 bytes added ,  8 September 2006
Line 17: Line 17:
----
----


'''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.


'''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.
----
=== Target Variable ===
 
In a macro, the string %t will be automatically parsed into the name of your current target.


== Also See ==
== Also See ==
Anonymous user