Difference between revisions of "0599"
Jump to navigation
Jump to search
(Created page with "{{Icon|VC}} '''REGISTER_FIRE_LEVEL''' <hr /> '''Description''' : Saves the highest firefighter level stat '''Syntax''' : 0599: set_highest_firefighter_mission_level [''int'']...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|VC}} | |
− | + | | command = REGISTER_FIRE_LEVEL | |
− | + | | description = Saves the highest firefighter level [[List of statistics (VC)|stat]] | |
− | + | | syntax1 = 0599: set_highest_firefighter_mission_level [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode saves the highest value to the "Fire Truck Mission level" | + | This opcode saves the highest value to the "Fire Truck Mission level" stat ([[GXT]] key <code>FIRELVL</code>). The stat will initially start with a value of 0. Any value higher than the saved value will update the saved value with the new value; lower values have no effect on the stat. The value set with this opcode is saved in [[Saves (GTA VC)#Block 19: Stats|block 19 of the save file]]. |
== Keywords == | == Keywords == | ||
register, save, highest, fire, firefighter, firetruck, mission, level | register, save, highest, fire, firefighter, firetruck, mission, level | ||
− | |||
− |
Latest revision as of 05:25, 27 November 2016
- Description
- Saves the highest firefighter level stat
- Syntax
- 0599: set_highest_firefighter_mission_level [int]
- Parameter
- [int]
- Integer value
This opcode saves the highest value to the "Fire Truck Mission level" stat (GXT key FIRELVL
). The stat will initially start with a value of 0. Any value higher than the saved value will update the saved value with the new value; lower values have no effect on the stat. The value set with this opcode is saved in block 19 of the save file.
Keywords
register, save, highest, fire, firefighter, firetruck, mission, level