Difference between revisions of "030C"

From GTAMods Wiki
Jump to navigation Jump to search
(page updates)
m
 
Line 1: Line 1:
{{Icon|trilogy}} '''PLAYER_MADE_PROGRESS'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
'''Description'''
+
| command    = PLAYER_MADE_PROGRESS
: Adds progress points
+
| description = Adds progress points
'''Syntax'''
+
| syntax1    = 030C: progress_made += [''int'']
: 030C: progress_made += [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
 
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.
 
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
+
player, made, add, mission, progress, point
 
 
[[Category:OpCodes]]
 

Latest revision as of 16:33, 11 April 2017

GTA III Vice City San Andreas PLAYER_MADE_PROGRESS


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

player, made, add, mission, progress, point