ShowWarning

From the Fallout3 GECK Wiki
Revision as of 15:32, 15 December 2008 by imported>Quetzilla (→‎Notes)
Jump to navigation Jump to search

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