Difference between revisions of "041B"

From GTAMods Wiki
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}} '''REGISTER_KILL_FRENZY_PASSED'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}}
'''Description'''
+
| command    = REGISTER_KILL_FRENZY_PASSED
: Increments the completed number of rampages stat
+
| description = Increments the number of rampages passed [[List of statistics (III)|stat]]
'''Syntax'''
+
| syntax1    = 041B: increment_rampages_passed
: 041B: increment_rampages_passed
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This opcode increments by 1 to the left value of the "Rampages passed" [[List of statistics (III)|stat]] ([[GXT]] string <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 &mdash; the game already increments the stat without using this opcode after a rampage is completed.
+
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
 
[[Category:OpCodes]]
 

Latest revision as of 21:50, 13 October 2016

GTA III REGISTER_KILL_FRENZY_PASSED


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