Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 060A

Opcode Database

060A

DescriptionCreates 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)
Gamessa
CategoryCreation, Decision
Command Name (IV)LOAD_CHAR_DECISION_MAKER
San Andreas
sascm.ini060A=2,load_char_decision_maker %1h% store_to %2d%
Example060A: load_char_decision_maker 0 store_to 207@
Command NameLOAD_CHAR_DECISION_MAKER

<< 0609

060B >>