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.

StrIDReplace

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

Syntax:

StrIDReplace stringToUse:stringID replace:stringID replaceWith:stringID

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


See also the StrReplace variant. It is more efficient to use but less powerful.