Difference between revisions of "StringMsg"

From the Oblivion ConstructionSet Wiki
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


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.