View Single Post
06-04-09, 07:10 PM   #15
goris29
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jun 2009
Posts: 16
Is it possible for me to do send this, which is, inside of a function fired when a button is clicked...this is in a file called "Frame.lua"

Code:
SendAddonMessage("AnswerUnsure", UnitName("Player"), "WHISPER", sender)
and have that sent to an event listener in a file called "Frame_Roll.lua"?

Once again, thanks SO much for all of your help.
  Reply With Quote