Difference between revisions of "ShowWarning"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Quetzilla
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 25: Line 25:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Designer Debug Tools]]
[[Category:Designer Debug Tools]]

Revision as of 12:40, 12 August 2009

Description

ShowWarning allows a script to display/write a warning.

This gives the ability to print a message to the warnings.txt file, which is useful for debugging and tracing script flow.

Syntax

ShowWarning Message

Examples

ShowWarning "This is the warning"

Notes

  • This will also throw a message box on the screen unless the user has selected "Yes to All" on a previous warning.

See Also