Difference between revisions of "0406"
Jump to navigation
Jump to search
m |
m |
||
Line 8: | Line 8: | ||
}} | }} | ||
− | This opcode saves the highest value to the "Longest flight in Dodo" stat ([[GXT]] key <code>FEST_LF</code>). The stat | + | This opcode saves the highest value to the "Longest flight in Dodo" stat ([[GXT]] key <code>FEST_LF</code>). The stat initially starts with a value of 0 and does not appear in the stats menu until its 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 3)#Block 17: Stats|block 17 of the save file]]. |
== Keywords == | == Keywords == | ||
register, save, longest, dodo, flight, statistics, stat | register, save, longest, dodo, flight, statistics, stat |
Latest revision as of 01:49, 28 November 2016
- Description
- Saves the longest flight in Dodo stat
- Syntax
- 0406: save_dodo_flight_time [int]
- Parameter
- [int]
- Integer value
This opcode saves the highest value to the "Longest flight in Dodo" stat (GXT key FEST_LF
). The stat initially starts with a value of 0 and does not appear in the stats menu until its 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 17 of the save file.
Keywords
register, save, longest, dodo, flight, statistics, stat