Difference between revisions of "ShowWarning"
Jump to navigation
Jump to search
imported>Quetzilla m (→Notes) |
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
||
(One intermediate revision by the same user not shown) | |||
Line 25: | Line 25: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | |||
[[Category:Designer Debug Tools]] | [[Category:Designer Debug Tools]] |
Latest revision as of 13:18, 15 August 2009
Description[edit | edit source]
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[edit | edit source]
ShowWarning Message
Examples[edit | edit source]
ShowWarning "This is the warning"
Notes[edit | edit source]
- This will also throw a message box on the screen unless the user has selected "Yes to All" on a previous warning.