Print

Revision as of 11:05, 1 October 2010 by imported>Low Post
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A command for Oblivion Script Extender

Syntax:

(nothing) Print string:expr

Prints a string expression to the console. This is mainly a convenience function to eliminate the need for temporary string variables when printing complex strings using PrintToConsole, as it supports string concatenation, the ToString function, etc.

Example:

 Print "First item: " + (GetName baseItems[0][item] + " Quanitity: " + ToString baseItems[0][count]

See AlsoEdit