Overview
LazyScript is a scripting language for World of Warcraft that is able to execute certain attacks or abilities under conditions that you specify. This is accomplished by writing a "form", which consists of a series of actions and criteria. When the LazyScript macro is run, the LazyScript engine will read through the list of actions from top to bottom until it finds an action that is ready to be used and then executes it.
Any line may be commented out by placing '--', '//', or '#' at the start of the line.
Tutorials
- Tutorial 1: Basics
- Tutorial 2: Many Actions, One Button
- Tutorial 3: Conditions
- Tutorial 4: Buff and Debuff checking
- Tutorial 5: Multi-tasking
- Tutorial 6: Form re-use