File Details
LOCAL_no-tification_variant3.ts4script.zip
- R
- Jul 5, 2023
- 3.83 KB
- 86
- 1.98.158+1
File Name
LOCAL_no-tification_variant3.ts4script.zip
Supported Versions
- 1.98.158
- 1.98.127
76,79c76,79
< notification_msg.expand_behavior = self.expand_behavior
< notification_msg.criticality = self.urgency
< notification_msg.information_level = self.information_level
< notification_msg.visual_type = self.visual_type
---
> notification_msg.expand_behavior = UiDialogNotification.UiDialogNotificationExpandBehavior.USER_SETTING
> notification_msg.criticality = UiDialogNotification.UiDialogNotificationUrgency.DEFAULT
> notification_msg.information_level = UiDialogNotification.UiDialogNotificationLevel.SIM
> notification_msg.visual_type = UiDialogNotification.UiDialogNotificationVisualType.SPEECH
85a86,89
> if self.expand_behavior is UiDialogNotification.UiDialogNotificationExpandBehavior.FORCE_EXPAND or self.urgency is UiDialogNotification.UiDialogNotificationUrgency.URGENT or self.visual_type is UiDialogNotification.UiDialogNotificationVisualType.INFORMATION or self.visual_type is UiDialogNotification.UiDialogNotificationVisualType.SPECIAL_MOMENT or self.information_level is UiDialogNotification.UiDialogNotificationLevel.PLAYER:
> title = None
> text = None
> ui_responses = None

