ShowWarning
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
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:string
Example
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.