Difference between revisions of "Message"
Jump to navigation
Jump to search
added to object description
imported>Qazaaq (added category) |
imported>Qazaaq (added to object description) |
||
Line 1: | Line 1: | ||
'''Type:''' <code>MESG</code> | |||
<BR/> | |||
'''Papyrus:''' [[Message Script]] | '''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. | ||
The [[Message]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]]. | |||
== Editor Dialog == | == Editor Dialog == | ||
[[File: | [[File:Message Object.png]] | ||
* | *{{Template:Editor:Property:ID}} | ||
* | *{{Template:Editor:Property:Icon}} | ||
*'''Owner Quest:''' Optionally, the [[ | *'''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. | *'''Title:''' The title of the message. For ''Text Overrides'', fill in the Title and leave the Message Text blank. | ||
* | *{{Template:Editor:Property:SWF|property=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 15: | Line 18: | ||
*'''Menu Buttons:''' A list of buttons on the message form. Right click to create a new one. | *'''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 Text:''' The text on the selected button. | ||
*'''Item Conditions:''' A list of [[:Category: | *'''Item Conditions:''' A list of [[:Category:Condition Functions|conditions]] that must be satisfied for the selected button to show. | ||
== See Also == | == See Also == | ||
*[[Quest]] | |||
*[[Text Replacement]] | |||
*[[:Category:Miscellaneous|Miscellaneous Category]] | *[[:Category:Miscellaneous|Miscellaneous Category]] | ||
[[Category:Editor Reference]] | [[Category:Editor Reference]] | ||
[[Category: | [[Category:Object Classes]] | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] | ||
[[Category:User Interface]] | [[Category:User Interface]] |