Difference between revisions of "0578"
Jump to navigation
Jump to search
(Created page with "{{Icon|VC}} '''REGISTER_VIGILANTE_LEVEL''' <hr /> '''Description''' : Saves the highest vigilante level stat '''Syntax''' : 0578: save_highest_vigilante_level [''int''] '''Par...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|VC}} | |
− | + | | command = REGISTER_VIGILANTE_LEVEL | |
− | + | | description = Saves the highest vigilante level [[List of statistics (VC)|stat]] | |
− | + | | syntax1 = 0578: save_highest_vigilante_level [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode saves the highest value to the "Highest Vigilante Mission level" stat ([[GXT]] | + | This opcode saves the highest value to the "Highest Vigilante Mission level" stat ([[GXT]] key <code>FEST_HV</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, vigilante, level | register, save, highest, vigilante, level | ||
− | |||
− |
Latest revision as of 01:10, 14 November 2016
- Description
- Saves the highest vigilante level stat
- Syntax
- 0578: save_highest_vigilante_level [int]
- Parameter
- [int]
- Integer value
This opcode saves the highest value to the "Highest Vigilante Mission level" stat (GXT key FEST_HV
). 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, vigilante, level