GTAG - Modding - Opcode Database - 0350
Opcode Database
0350
| Description | Makes the actor maintain his position when attacked. |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Boolean (1 or 0) (INT) |
| Games | |
| Category | Actor, Common |
| San Andreas | |
| sascm.ini | 0350=2,set_char_stay_in_same_place %1d% to %2d% |
| Example | 0350: set_char_stay_in_same_place 2@ to 1 |
| Command Name | SET_CHAR_STAY_IN_SAME_PLACE |
| Vice City | |
| sascm.ini | 0350=2,set_actor %1d% maintain_position_when_attacked %2d% |
| Example | 0350: set_actor $853 maintain_position_when_attacked 1 |
| Command Name | SET_CHAR_STAY_IN_SAME_PLACE |
| GTA III | |
| gtascm.ini | 0350=2,unknown_actor %1d% not_scared_flag %2d% |
| Example | 0350: unknown_actor $CHAR_GUNSHOPOWNER not_scared_flag 1 |
| Command Name | SET_CHAR_STAY_IN_SAME_PLACE |

