Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Macro Directives

Definition

Macro directives are instructions to the macro engine that are not run during the macro. These directives will be run before the Main sub is run, and are traditionally located at the beginning of the macro file.

Click on the list below to see more in-depth descriptions.

example

#warning

#include Ninjadvloot.inc
#include Spell_Routines.inc
#include Defense.inc

#turbo 80

#CHAT BC
#CHAT RAIDSAY
#CHAT GROUPSAY

#Event AddCombatSong    "[MQ2] AddCombatSong #1#"
#Event Experience       "#*#You gain party experience#*#"
#Event AddAlertCommon   "[MQ2] AddAlertCommon #1#"
#Event WornOff          "#*#Your #1# spell has worn off of #2#."