Difference between revisions of "StringMsg"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Speedo
(Graduating from beta)
imported>Wrye
m (glossary link)
 
Line 4: Line 4:
  StringMsg StringID:long ''ToConsole:short''
  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]].
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.