Difference between revisions of "StringMsg"
Jump to navigation
Jump to search
imported>Speedo (New page: {{Beta}} A command for Pluggy. '''Syntax:''' StringMsg StringID:long Displays the string as a message. Category: Functions (Pluggy) [[Category: String Fu...) |
imported>Speedo (updated syntax) |
||
Line 4: | Line 4: | ||
'''Syntax:''' | '''Syntax:''' | ||
StringMsg StringID:long | StringMsg StringID:long ''ToConsole:short'' | ||
Displays the string as a [[message]]. | Displays the string as a [[message]] if ''ToConsole'' is 0 or not specified. If ''ToConsole'' is 1, the string will be sent to the [[console]]. | ||
[[Category: Functions (Pluggy)]] | [[Category: Functions (Pluggy)]] | ||
[[Category: String Functions (Pluggy)]] | [[Category: String Functions (Pluggy)]] |
Revision as of 02:01, 10 March 2008
Beta Function
This function has not been fully tested yet, and is not ready to be used in a released mod. It may not have the same function in later versions, may require the script to be recompiled, or simply may be removed. Use for testing purposes only until the author of the function says otherwise.
A command for Pluggy.
Syntax:
StringMsg StringID:long ToConsole:short
Displays the string as a message if ToConsole is 0 or not specified. If ToConsole is 1, the string will be sent to the console.