Difference between revisions of "0533"
Jump to navigation
Jump to search
m (image) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:0533.png|thumb|0533 affecting the stat]] | [[File:0533.png|thumb|0533 affecting the stat]] | ||
{{OpCode | {{OpCode | ||
− | | | + | | games = {{Icon|VC}} |
− | | description = | + | | command = ADD_<wbr>NUMBER_<wbr>OF_<wbr>ASSASSINATIONS |
− | | | + | | description = Adds to the assassination contracts stat |
− | | | + | | syntax1 = 0533: increment_assassination_contracts_by [''int''] |
+ | | p1t = [''int''] | ||
+ | | p1d = Integer value | ||
}} | }} | ||
− | |||
− | ==Keywords== | + | This opcode adds to the "Assassination Contracts Completed" stat ([[GXT]] key <code>ST_ASSI</code>). The stat will initially start with a value of 0. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in [[Saves (GTA VC)#Block 19: Stats|block 19 of the save file]]. The "out of 5" value is [[hardcoded]] within the game. |
− | add, increment, stats | + | |
+ | == Keywords == | ||
+ | register, save, add, number, assassination, increment, contract, contracts, completed, stats |
Latest revision as of 07:06, 29 June 2016
- Description
- Adds to the assassination contracts stat
- Syntax
- 0533: increment_assassination_contracts_by [int]
- Parameter
- [int]
- Integer value
This opcode adds to the "Assassination Contracts Completed" stat (GXT key ST_ASSI
). The stat will initially start with a value of 0. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in block 19 of the save file. The "out of 5" value is hardcoded within the game.
Keywords
register, save, add, number, assassination, increment, contract, contracts, completed, stats