Difference between revisions of "0408"
Jump to navigation
Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''SET_TOTAL_NUMBER_OF_KILL_FRENZIES''' <hr /> '''Description''' : Sets the total number of rampages stat '''Syntax''' : 0408: set_total_rampages_to [''...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|3}} {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|3}} {{Icon|VC}} | |
− | + | | command = SET_TOTAL_NUMBER_OF_KILL_FRENZIES | |
− | + | | description = Sets the total number of rampages stat | |
− | + | | syntax1 = 0408: set_total_rampages_to [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode sets the right value of the "Rampages passed" stat ([[GXT]] | + | This opcode sets the right value of the "Rampages passed" stat ([[GXT]] key <code>FEST_RP</code>). The stat can be set at anytime with any value. 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]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City. The name "kill frenzy" comes from [[GTA 2]] where rampages are called kill frenzies. |
== Keywords == | == Keywords == | ||
register, save, rampage, kill, frenzy, total, statistics, stat | register, save, rampage, kill, frenzy, total, statistics, stat | ||
− | |||
− |
Latest revision as of 22:43, 13 October 2016
SET_TOTAL_NUMBER_OF_KILL_FRENZIES
- Description
- Sets the total number of rampages stat
- Syntax
- 0408: set_total_rampages_to [int]
- Parameter
- [int]
- Integer value
This opcode sets the right value of the "Rampages passed" stat (GXT key FEST_RP
). The stat can be set at anytime with any value. 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 in GTA III and block 19 in Vice City. The name "kill frenzy" comes from GTA 2 where rampages are called kill frenzies.
Keywords
register, save, rampage, kill, frenzy, total, statistics, stat