View Single Post
07-14-15, 05:49 PM   #3
Banknorris
A Chromatic Dragonspawn
 
Banknorris's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 153
For some commands you can
Code:
local editbox = ChatEdit_ChooseBoxForSend(DEFAULT_CHAT_FRAME)
ChatEdit_ActivateChat(editbox)
editbox:SetText("/readycheck") --not sure if this particular command requires a hardware click or not
ChatEdit_OnEnterPressed(editbox)
I do this when I want my addon to use a slash command of another addon.
__________________
"In this world nothing can be said to be certain, except that fractional reserve banking is a Ponzi scheme and that you won't believe it." - Mandrill
  Reply With Quote