StrReplace
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.
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.