GTAG - Modding - Opcode Database - 0245
Opcode Database
0245
| Description | Changes the actors walk style. Note: In GTA VC and GTA III, an integer is used as a anim group ID. |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) 2) String (STRING) |
| Games | |
| Category | Actor, Common |
| Command Name (IV) | SET_ANIM_GROUP_FOR_CHAR |
| San Andreas | |
| sascm.ini | 0245=2,set_anim_group_for_char %1d% to %2d% |
| Example | 0245: set_anim_group_for_char $ACTOR_SMOKE to "FATMAN" |
| Command Name | SET_ANIM_GROUP_FOR_CHAR |
| Vice City | |
| sascm.ini | 0245=2,set_actor %1d% walk_style_to %2d% |
| Example | 0245: set_actor $2099 walk_style_to 46 |
| Command Name | SET_ANIM_GROUP_FOR_CHAR |
| GTA III | |
| gtascm.ini | 0245=2,set_actor %1d% walk_style_to %2d% |
| Example | 0245: set_actor $8BALL_CHAR walk_style_to 9 |
| Command Name | SET_ANIM_GROUP_FOR_CHAR |

