Difference between revisions of "Options Menu"

70 bytes added ,  22:11, 4 July 2012
imported>Threedee
imported>Threedee
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 ==
Anonymous user