Skip to content

Display All Messages

Display All Messages

Instantly displays the full text of all currently active messages, skipping any text animation.

Properties

System

Name Explanation Type
Audio The audio clip to play when the message is displayed. Sound Effect
Block Input When enabled, player input is blocked while the message is displayed. Toggle
Is Cancelable When enabled, the player can cancel the message or dialogue. Toggle
Maintain Last Message Displayed When enabled, the previous message remains visible while the dialogue is displayed. Toggle
Message Template The user interface template used to render the message box. User Interface
Offset The pixel offset applied to the message box position. Point
Options The list of dialogue options the player can choose from. Array

Examples

Instantly Display All Active Message Text

This skips any text animation and instantly shows the full text of all currently active messages.

display_all_messages();
{"Data":{"Metadata":null},"TypeName":"MAR.Game.Shared.Models.Scripts.Commands.Message.DisplayAllMessageCommand"}