GTAG - Modding - Opcode Database - 098C
Opcode Database
098C
| Description | Combines 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) |
| Games | |
| Category | Common, Text |
| San Andreas | |
| sascm.ini | 098C=3,string_cat8 %1d% %2d% store_to %3d% |
| Example | 098C: string_cat8 v$str1 v$str2 store_to v$newstring |
| Command Name | STRING_CAT8 |

