Difference between revisions of "081A"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | + | {{OpCode | |
| − | + | | games = {{Icon|SA}} | |
| − | ''' | + | | command = SET_CHAR_WEAPON_SKILL |
| − | ''' | + | | description = Sets the weapon skill of the character |
| − | ''' | + | | syntax1 = 081A: set_actor [''char handle''] weapon_skill_to [''int''] |
| + | | p1t = [''char handle''] | ||
| + | | p1d = The handle of the character | ||
| + | | p2t = [''int''] | ||
| + | | p2d = Weapon skill (0 = poor, 1 = gangster, 2 = hitman) | ||
| + | }} | ||
| − | This opcode | + | This opcode sets the weapon skill of the character. This does not work on CJ. |
| − | + | == Keywords == | |
| − | + | set, actor, character, weapon, skill | |
| − | |||
| − | |||
| − | |||
| − | ==Keywords== | ||
| − | set, actor, weapon, skill | ||
| − | |||
| − | |||
Latest revision as of 07:56, 16 June 2016
- Description
- Sets the weapon skill of the character
- Syntax
- 081A: set_actor [char handle] weapon_skill_to [int]
- Parameter
- [char handle]
- The handle of the character
- [int]
- Weapon skill (0 = poor, 1 = gangster, 2 = hitman)
This opcode sets the weapon skill of the character. This does not work on CJ.
Keywords
set, actor, character, weapon, skill