Difference between revisions of "042C"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
}} | }} | ||
− | In GTA III, this opcode sets right value of the "Missions passed" [[List of statistics (III)|stat]] ([[GXT]] key <code>FEST_MP</code>). The left value is affected by [[0318]]. The stat initially starts with a value of 0. That stat does not exist in Vice City so the opcode has no practical effect there. 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. | + | In GTA III, this opcode sets right value of the "Missions passed" [[List of statistics (III)|stat]] ([[GXT]] key <code>FEST_MP</code>). The left value is affected by [[0318]] and [[0595]]. The stat initially starts with a value of 0. That stat does not exist in Vice City so the opcode has no practical effect there. 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. |
− | In [[GTA3script]] the parameter for this opcode should be <code>0</code>. The compiler will automatically discover the total number of missions by analyzing all occurrences of | + | In [[GTA3script]] the parameter for this opcode should be <code>0</code>. The compiler will automatically discover the total number of missions by analyzing all occurrences of [[0318]] and [[0595]]. |
== Keywords == | == Keywords == | ||
set, total, number, mission | set, total, number, mission |
Latest revision as of 22:28, 22 December 2016
- Description
- Sets the total number of missions
- Syntax
- 042C: set_total_missions_to [int]
- Parameter
- [int]
- Integer value
In GTA III, this opcode sets right value of the "Missions passed" stat (GXT key FEST_MP
). The left value is affected by 0318 and 0595. The stat initially starts with a value of 0. That stat does not exist in Vice City so the opcode has no practical effect there. The value set with this opcode is saved in block 17 of the save file in GTA III and block 19 in Vice City.
In GTA3script the parameter for this opcode should be 0
. The compiler will automatically discover the total number of missions by analyzing all occurrences of 0318 and 0595.
Keywords
set, total, number, mission