Difference between revisions of "0544"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|VC}} | |
− | + | | command = SET_LONGEST_TIME_IN_BLOOD_RING | |
− | + | | description = Sets the longest time in Bloodring [[List of statistics (VC)|stat]] | |
− | + | | syntax1 = 0544: save_longest_time_in_bloodring [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode saves the highest value to the "Longest time in bloodring" | + | This opcode saves the highest value to the "Longest time in bloodring" stat ([[GXT]] key <code>ST_LTBR</code>). The stat will initially start with a value of 0 but it will not be displayed in the stats menu until the value is greater than 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, set, longest, bloodring, blood, ring, stadium, event, statistics, stat | register, save, set, longest, bloodring, blood, ring, stadium, event, statistics, stat | ||
− | |||
− |
Latest revision as of 01:05, 14 November 2016
SET_LONGEST_TIME_IN_BLOOD_RING
- Description
- Sets the longest time in Bloodring stat
- Syntax
- 0544: save_longest_time_in_bloodring [int]
- Parameter
- [int]
- Integer value
This opcode saves the highest value to the "Longest time in bloodring" stat (GXT key ST_LTBR
). The stat will initially start with a value of 0 but it will not be displayed in the stats menu until the value is greater than 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, set, longest, bloodring, blood, ring, stadium, event, statistics, stat