[dismiss]
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.
StringCat
Revision as of 15:29, 12 March 2008 by imported>Speedo (Updated function changes)
Beta Function
This function has not been fully tested yet, and is not ready to be used in a released mod. It may not have the same function in later versions, may require the script to be recompiled, or simply may be removed. Use for testing purposes only until the author of the function says otherwise.
A command for Pluggy.
Syntax:
StringCat TargetStringID:long StringID1:long StringID2:long ... StringID20:long
Appends strings onto the target string. May be used with StringTokens.
- TargetString must be associated with the calling Esp.
- At least one StringID to append must be specified.
- A maximum of 20 StringIDs to append may be specified.