GTAG - Modding - Opcode Database - 060A
Opcode Database
060A
Description | Creates a decision maker with the specified type. The type changes the default behaviour of peds assigned to the decision maker, loaded from a .ped file: 0 - "m_empty.ped" 1 - "m_norm.ped" 2 - "m_tough.ped" 3 - "m_weak.ped" 4 - "m_steal.ped" See this post for more info on Decision Makers. |
---|---|
Parameters (v2) | 1) Decision Maker ID (Integer) (INT) 2) (Returned) Decision maker handle (Integer) (INT) |
Games | |
Category | Creation, Decision |
Command Name (IV) | LOAD_CHAR_DECISION_MAKER |
San Andreas | |
sascm.ini | 060A=2,load_char_decision_maker %1h% store_to %2d% |
Example | 060A: load_char_decision_maker 0 store_to 207@ |
Command Name | LOAD_CHAR_DECISION_MAKER |