Show Message Action: Difference between revisions
Jump to navigation
Jump to search
(Initial content) |
(Added image and updated to match game) |
||
Line 1: | Line 1: | ||
The show message action displays a message in the center of the screen for some amount of time. It is displayed to all players. | The show message action displays a message in the center of the screen for some amount of time. It is displayed to all players. | ||
There is currently no way to target a specific player (e.g. player 2). You can either target all players or the player who triggered the event. | |||
==Properties== | ==Properties== | ||
[[File:ShowMessageAction.png|thumb|right|600px|The Show Message action in the [[Action Editor]].]] | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Property !! Description | ! Property !! Description | ||
|- | |- | ||
| '''Message''' || A string of text to be displayed | | '''Message Target''' || Who should see the message. | ||
|- | |||
| style="padding-left: 2em;" | ''All'' || All players will see the message. | |||
|- | |||
| style="padding-left: 2em;" | ''Target'' || Choose what can see the message. You can then choose from the ''Target'' dropdown the object that represents the player. | |||
Setting the target to something that isn't a player has no effect. | |||
|- | |||
| '''Message''' || A string of text to be displayed. | |||
|- | |- | ||
| '''Duration (s)''' || A duration in seconds for how long the ''Message'' should be on screen. Must be between half a second and five minutes (1200 seconds) | | '''Duration (s)''' || A duration in seconds for how long the ''Message'' should be on screen. Must be between half a second and five minutes (1200 seconds) |
Latest revision as of 00:21, 7 December 2022
The show message action displays a message in the center of the screen for some amount of time. It is displayed to all players.
There is currently no way to target a specific player (e.g. player 2). You can either target all players or the player who triggered the event.
Properties
Property | Description |
---|---|
Message Target | Who should see the message. |
All | All players will see the message. |
Target | Choose what can see the message. You can then choose from the Target dropdown the object that represents the player.
Setting the target to something that isn't a player has no effect. |
Message | A string of text to be displayed. |
Duration (s) | A duration in seconds for how long the Message should be on screen. Must be between half a second and five minutes (1200 seconds) |