#Switching on and off with a macro
6 messages · Page 1 of 1 (latest)
6 messages · Page 1 of 1 (latest)
load no. Trigger yes
You can setup the trigger to only respond to a custom event that you create with scanevents
!scanevents
then use that custom even in your macro
/run WeakAuras.ScanEvents("MY_VERY_CUSTOM_NAMED_EVENT")
okay Ty very much