ShowWarning
Revision as of 13:18, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
DescriptionEdit
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.
SyntaxEdit
ShowWarning Message
ExamplesEdit
ShowWarning "This is the warning"
NotesEdit
- This will also throw a message box on the screen unless the user has selected "Yes to All" on a previous warning.