View Single Post
11/03/15, 08:24 PM   #4
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Here you go, try this. I didn't test it very much, but it seemed to work fine. If you run into any problems let me know & I'll fix it.

LibNotifications

And P.S. there is also ZO_Alert() to display alert messages in the upper right hand corner:
Lua Code:
  1. ZO_Alert(UI_ALERT_CATEGORY_ERROR, SOUNDS.NEGATIVE_CLICK, "some message")
  Reply With Quote