old way:
Code: Select all
#define REPORTTRG "/tell Me"
REPORTTRG $char(class) is ready!
Code: Select all
sub main
/declare REPORTTRG global
/varset REPORTTRG "/tell Me"
@REPORTTRG $char(class) is ready!
/return
Moderator: MacroQuest Developers
Code: Select all
#define REPORTTRG "/tell Me"
REPORTTRG $char(class) is ready!
Code: Select all
sub main
/declare REPORTTRG global
/varset REPORTTRG "/tell Me"
@REPORTTRG $char(class) is ready!
/return
