Thread: OnClick Support
View Single Post
09-26-12, 11:09 AM   #2
Barjack
A Black Drake
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 89
There is probably a way to do this, but honestly I'm not sure how as I've never done anything like that before myself. However, it might be worth considering that in this specific case, you can probably avoid going via the command line entirely and calling Reflux's chat handler directly. For example, instead of trying to type stuff into an edit box, just call SlashCmdList["REFLUX"]("switch UItat_Warrior")
  Reply With Quote