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.

StrReplace

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

Syntax:

StrReplace stringToUse:stringID replace:string replaceWith:string

Searches for replace in stringToUse and replaces every instance of it with replace.


See also the StrIDReplace variant.