Difference between revisions of "042C"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 9: Line 9:
  
 
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]]. 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 opcode [[0318]].
  
 
== Keywords ==
 
== Keywords ==
 
set, total, number, mission
 
set, total, number, mission

Revision as of 22:25, 22 December 2016

GTA III Vice City San Andreas SET_TOTAL_NUMBER_OF_MISSIONS


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. 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 opcode 0318.

Keywords

set, total, number, mission