View Single Post
08-30-12, 12:32 PM   #325
Meorawr
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Nov 2010
Posts: 193
A simpler example for that custom trigger request:

1) Create the custom trigger and head to the events page, then add an event. (Image)

2) Using this resource, find the appropriate event. In this case it's 'ACTIONBAR_PAGE_CHANGED', so enter that name into the event name box and press enter. (Image)

3) Leave the Automatic mode checked, we don't need custom handling.

4) Head to the Trigger page and you'll see this lovely block of code. (Image)

5) Replace it with this. The idea is it'll activate if our current page is #4. (Image)

6) Add a display with that particular trigger. (Image)

7) Test! (Image)