Difference between revisions of "Message"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Editor Reference]]
'''Papyrus:''' [[Message Script]]


Messages create localizable text strings used for message boxes, notifications, text overrides and help text.
Messages create localizable text strings used for message boxes, notifications, text overrides and help text.
'''Papyrus:''' [[Message Script]]


[[File:Message_Object.png]]
[[File:Message_Object.png]]


== Editor Dialog ==
== Editor Dialog ==
*'''ID:''' The ID of the message.
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''Icon:''' unknown
*'''Icon:'''  
*'''Owner Quest:''' Optionally, the [[:Category:Quest|Quest]] that owns this message, if it contains [[Text_Replacement|Text Replacement]] formatting that needs to extract data from the quest.
*'''Owner Quest:''' Optionally, the [[:Category:Quest|Quest]] that owns this message, if it contains [[Text_Replacement|Text Replacement]] formatting that needs to extract data from the quest.
*'''Title:''' The title of the message. For ''Text Overrides'', fill in the Title and leave the Message Text blank.
*'''Title:''' The title of the message. For ''Text Overrides'', fill in the Title and leave the Message Text blank.
*'''Swf File:''' unknown
*'''Swf File:'''  
*'''Message Text:''' The body text of the message. For ''Notifications'', fill in the Message Text and leave the Title blank.
*'''Message Text:''' The body text of the message. For ''Notifications'', fill in the Message Text and leave the Title blank.
*'''Message Box:''' When checked, the message is displayed as a dialog box that pauses the game and waits for a response.  Otherwise the message will be briefly displayed at the top left of the screen.
*'''Message Box:''' When checked, the message is displayed as a dialog box that pauses the game and waits for a response.  Otherwise the message will be briefly displayed at the top left of the screen.
Line 19: Line 18:
*'''Item Text:''' The text on the selected button.
*'''Item Text:''' The text on the selected button.
*'''Item Conditions:''' A list of [[:Category:Condition_Functions|conditions]] that must be satisfied for the selected button to show.
*'''Item Conditions:''' A list of [[:Category:Condition_Functions|conditions]] that must be satisfied for the selected button to show.
== Notes ==
* Much of this is a copy paste from skyrim wiki.

Revision as of 22:20, 6 June 2016

Papyrus: Message Script

Messages create localizable text strings used for message boxes, notifications, text overrides and help text.

Message Object.png

Editor Dialog

  • ID: The editor ID which is used by the Creation Kit.
  • Icon:
  • Owner Quest: Optionally, the Quest that owns this message, if it contains Text Replacement formatting that needs to extract data from the quest.
  • Title: The title of the message. For Text Overrides, fill in the Title and leave the Message Text blank.
  • Swf File:
  • Message Text: The body text of the message. For Notifications, fill in the Message Text and leave the Title blank.
  • Message Box: When checked, the message is displayed as a dialog box that pauses the game and waits for a response. Otherwise the message will be briefly displayed at the top left of the screen.
  • Display Time: The number of seconds the message will be displayed. Only applicable when the message box option is unchecked.
  • Menu Buttons: A list of buttons on the message form. Right click to create a new one.
  • Item Text: The text on the selected button.
  • Item Conditions: A list of conditions that must be satisfied for the selected button to show.