Difference between revisions of "Options Menu"
added a link to the papyrus tutorial page showing how to assign user-created messageboxes as values to the message box properties defined in the sample scripts here
imported>JustinOther m (→Notes: Indices don't change) |
imported>Archerkb (added a link to the papyrus tutorial page showing how to assign user-created messageboxes as values to the message box properties defined in the sample scripts here) |
||
Line 156: | Line 156: | ||
*To hide buttons you wish to fill in later, add an impossible condition like 'IsXBox == -1'. | *To hide buttons you wish to fill in later, add an impossible condition like 'IsXBox == -1'. | ||
* Conditionalizing MessageBox buttons will not change their indices such that, for instance, button 9 will still execute the "Done" code in the last example even if buttons 0-8 are hidden. | * Conditionalizing MessageBox buttons will not change their indices such that, for instance, button 9 will still execute the "Done" code in the last example even if buttons 0-8 are hidden. | ||
* To learn how to assign user-created messageboxes as values to the message box properties defined in the above scripts, see [[Bethesda_Tutorial_Papyrus_Introduction_to_Properties_and_Functions#Hooking_up_the_message_boxes_to_the_properties_in_the_script|the Papyrus tutorial's page on Properties and Functions]] | |||
== See Also == | == See Also == | ||
[[Show - Message]] | [[Show - Message]] |