Difference between revisions of "030C"

From GTAMods Wiki
Jump to navigation Jump to search
 
(page updates)
Line 1: Line 1:
<code>030C=1,%1d%</code><br>
+
{{Icon|trilogy}} '''PLAYER_MADE_PROGRESS'''
'''Description''': Adds progress points<br>
+
<hr />
'''Parameter 1''': Integer<br>
+
'''Description'''
'''Supports''': GTA3, Vice City, San Andreas<br>
+
: Adds progress points
 +
'''Syntax'''
 +
: 030C: progress_made += [''int'']
 +
'''Parameter'''
 +
: [''int'']
 +
:: Integer value
  
This adds progress points by the amount in the integer to the game stats. This requires [[030D]] in order to have an effect. This affects [[058C]].
+
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

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

add, mission, progress, point