1. #1

    Weak Auras custom trigger

    Hi all. Anyone knows how to create a custom trigger to show a texture when chatbox is visible (when press return)

    Thank`s!

    - - - Updated - - -

    I think EditBox:HasFocus() is the way to go but don´t know to setup wa trigger properly.

    Done:

    function()
    if ChatFrame1EditBox:HasFocus() == true then
    return true
    end
    end
    Last edited by enber79; 2015-03-18 at 10:09 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •