Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
→Notes
imported>Threedee m (→Notes) |
imported>Threedee (→Notes) |
||
Line 324: | Line 324: | ||
*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]] | *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]] | ||
*If the Message property isn't filled in the CK the Show() will always return a 0. | *If the Message property isn't filled in the CK the Show() will always return a 0. | ||
*If the Message is a Notification (without buttons) instead of a Message Box the Show() will return a -1. | *If the Message is a Notification (without buttons) instead of a Message Box the Show() will return a -1, '''in which case you will never be presented with an options menu'''. | ||
== See Also == | == See Also == |