This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

StrAddNewLine

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for TSFC.

Syntax:

StrAddNewLine StringID

Appends a newline onto the given StringID.

Note[edit | edit source]

  • The newline added by this function is two characters: Carriage Return, followed by Line Feed; 0x0D0A.