Skip to content

Popup Notification

Adam Keenan edited this page May 16, 2026 · 1 revision

Popup Action

The Popup action displays a notification popup styled like a collection log unlock or league task completion. Popups are queued and appear one at a time, dismissing automatically.

📷 Screenshot needed: The Popup action panel showing the title, message, and text color fields

📷 Screenshot needed: In-game example of a popup notification appearing in the game view


Fields

Title

The bold header text of the popup. Supports capture group substitution. If left blank, the alert's name is used.

Message

The body text below the title. Supports capture group substitution.

Text Color

The color applied to the message text.


Notes

  • Popups are queued — if multiple fire in quick succession, they display one after another rather than overlapping.
  • Popups dismiss automatically after a short duration; they cannot be made sticky.
  • For a persistent on-screen banner, use the Overlay action instead.
  • The visual style mirrors RuneLite's collection log and achievement notifications, making them visually distinctive from chat messages.

Clone this wiki locally