Difference between revisions of "030C"
Jump to navigation
Jump to search
(page updates) |
|||
Line 1: | Line 1: | ||
− | < | + | {{Icon|trilogy}} '''PLAYER_MADE_PROGRESS''' |
− | '''Description''': Adds progress points | + | <hr /> |
− | ''' | + | '''Description''' |
− | ''' | + | : Adds progress points |
+ | '''Syntax''' | ||
+ | : 030C: progress_made += [''int''] | ||
+ | '''Parameter''' | ||
+ | : [''int''] | ||
+ | :: Integer value | ||
− | This adds progress points by the amount | + | This adds progress points by the amount to the [[List of statistics (VC)|game's statistics]]. This requires [[030D]] to be initially set in order to have an effect. This affects [[058C]]. The original scripts used only 1 as the integer value but any value works, including negative ones. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City. |
− | ==Keywords== | + | == Keywords == |
add, mission, progress, point | add, mission, progress, point | ||
[[Category:OpCodes]] | [[Category:OpCodes]] |
Revision as of 12:09, 28 March 2015
Description
- Adds progress points
Syntax
- 030C: progress_made += [int]
Parameter
- [int]
- Integer value
This adds progress points by the amount to the game's statistics. This requires 030D to be initially set in order to have an effect. This affects 058C. The original scripts used only 1 as the integer value but any value works, including negative ones. The value set with this opcode is saved in block 17 of the save file in GTA III and block 19 in Vice City.
Keywords
add, mission, progress, point