Difference between revisions of "0533"
Jump to navigation
Jump to search
m (image) |
(page updates) |
||
Line 1: | Line 1: | ||
[[File:0533.png|thumb|0533 affecting the stat]] | [[File:0533.png|thumb|0533 affecting the stat]] | ||
− | {{ | + | {{Icon|VC}} '''ADD_NUMBER_OF_ASSASSINATIONS''' |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Add assassination contract stat | |
− | + | '''Syntax''' | |
− | + | : 0533: increment_assassination_contracts_by [''int''] | |
+ | '''Parameter''' | ||
+ | : [''int''] | ||
+ | :: Integer value | ||
+ | |||
This opcode adds to the "Assassination Contracts Completed" ([[GXT]] string ST_ASSI) stat. The parameter can be any integer value. The "out of 5" value is [[hardcoded]] within the game. | This opcode adds to the "Assassination Contracts Completed" ([[GXT]] string ST_ASSI) stat. The parameter can be any integer value. The "out of 5" value is [[hardcoded]] within the game. | ||
− | ==Keywords== | + | == Keywords == |
− | add, increment, stats | + | add, assassination, increment, stats |
+ | |||
+ | [[Category:OpCodes]] |
Revision as of 06:48, 8 January 2015
Description
- Add assassination contract stat
Syntax
- 0533: increment_assassination_contracts_by [int]
Parameter
- [int]
- Integer value
This opcode adds to the "Assassination Contracts Completed" (GXT string ST_ASSI) stat. The parameter can be any integer value. The "out of 5" value is hardcoded within the game.
Keywords
add, assassination, increment, stats