Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 098C

Opcode Database

098C

DescriptionCombines two strings and stores the result to a string variable.

Will fail if the length of the strings combined is over 8 characters.
Parameters (v2)1) String (TEXT_LABEL)
2) String (TEXT_LABEL)
3) (Returned) String (TEXT_LABEL)
Gamessa
CategoryCommon, Text
San Andreas
sascm.ini098C=3,string_cat8 %1d% %2d% store_to %3d%
Example098C: string_cat8 v$str1 v$str2 store_to v$newstring
Command NameSTRING_CAT8

<< 098B

098D >>