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 |
||
Line 9: | Line 9: | ||
:: Integer value | :: Integer value | ||
− | This opcode saves the highest value to the "Highest Vigilante Mission level" stat ([[GXT]] string <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. | + | This opcode saves the highest value to the "Highest Vigilante Mission level" [[List of statistics (VC)|stat]] ([[GXT]] string <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 == |
Revision as of 15:41, 28 March 2015
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 string 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