View Single Post
11-29-10, 06:01 AM   #7
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 115
Code:
local eb = DEFAULT_CHAT_FRAME.editBox
ChatEdit_ActivateChat(eb)
eb:Insert(the crap that you want to show up in the editbox)
Try playing with this.
  Reply With Quote