Show Notification
Show a notification to the player
Description
'show notification <notification_id> [time]'Parameters
Configuration
Monogatari.action ('Notification').notifications ({
'<notification_id>': {
title: '',
body: '',
icon: ''
}
});Properties
Examples
Simple Notification
Timed Notification
Last updated
Was this helpful?