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>Wrye
m (glossary link)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Beta}}
A command for [[:Category: Pluggy|Pluggy]].
A command for [[:Category: Pluggy|Pluggy]].


'''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 [[Glossary#C|console]].


[[Category: Functions (Pluggy)]]
[[Category: Functions (Pluggy)]]
[[Category: String Functions (Pluggy)]]
[[Category: String Functions (Pluggy)]]

Latest revision as of 23:23, 5 June 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.