| Returns | none |
| Prototype | Game:ShowPopup(string message, boolean shouldShowBlueIcon) |
| Description | Shows a notification on the top-left of the screen, using the game's GUI. |
Game:ShowPopup(args.text, false)
end
Game:ShowPopup(args.text, true)
end
Console:Subscribe("popup", Popup)
Console:Subscribe("popupicon", PopupIcon)
> popup Hello, I'm some popup text
> popupicon With icon