Difference between revisions of "041B"
Jump to navigation
Jump to search
(Created page with "{{Icon|3}} '''REGISTER_KILL_FRENZY_PASSED''' <hr /> '''Description''' : Increments the completed number of rampages stat '''Syntax''' : 041B: increment_rampages_passed '''Para...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|3}} | + | {{OpCode |
− | + | | games = {{Icon|3}} | |
− | + | | command = REGISTER_KILL_FRENZY_PASSED | |
− | + | | description = Increments the number of rampages passed [[List of statistics (III)|stat]] | |
− | + | | syntax1 = 041B: increment_rampages_passed | |
− | + | | p1t = ''none'' | |
− | '' | + | }} |
− | |||
− | This opcode increments by 1 to the left value of the "Rampages passed" | + | This opcode increments by 1 to the left value of the "Rampages passed" stat ([[GXT]] key <code>FEST_RP</code>). The right value is set using [[0408]]. The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]]. This opcode was never called in the [[Main.scm|original script]] of GTA III; the game already increments the stat without using this opcode after a rampage is passed. |
== Keywords == | == Keywords == | ||
register, save, kill, frenzy, rampage, statistics, stat | register, save, kill, frenzy, rampage, statistics, stat | ||
− | |||
− |
Latest revision as of 21:50, 13 October 2016
- Description
- Increments the number of rampages passed stat
- Syntax
- 041B: increment_rampages_passed
- Parameter
- none
This opcode increments by 1 to the left value of the "Rampages passed" stat (GXT key FEST_RP
). The right value is set using 0408. The stat will initially start with a value of 0. The value set with this opcode is saved in block 17 of the save file. This opcode was never called in the original script of GTA III; the game already increments the stat without using this opcode after a rampage is passed.
Keywords
register, save, kill, frenzy, rampage, statistics, stat