NARRATIVE
Notification
Shows a message on the player's screen. Choose between success, error, warning and info styles.
Use cases
Quest updates, purchase confirmations, error feedback, system messages, achievement alerts.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Style | — | No | Success, Error, Warning or Info. |
| Message | — | No | The notification text to display. |
→ In-game result
{
"action": "Notify",
"style": "...",
"message": "..."
} In-game result
A styled toast notification appears briefly on screen.