Difference between revisions of "0317"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|t}} '''REGISTER_MISSION_GIVEN''' <hr /> '''Description''' : Increments the number of mission attempts stat '''Syntax''' : 0317: increment_mission_attempts '''Parameter'...")
 
m
 
Line 1: Line 1:
{{Icon|t}} '''REGISTER_MISSION_GIVEN'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
'''Description'''
+
| command    = REGISTER_MISSION_GIVEN
: Increments the number of mission attempts stat
+
| description = Increments the number of mission attempts stat
'''Syntax'''
+
| syntax1    = 0317: increment_mission_attempts
: 0317: increment_mission_attempts
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This opcode increments by 1 to the "Mission attempts" stat ([[GXT]] string <code>NMISON</code>). The stat will initially start with a value of 0. 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 opcode increments by 1 to the "Mission attempts" stat ([[GXT]] key <code>NMISON</code>). The stat will initially start with a value of 0. 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 ==
 
register, increment, mission, attempt, given, statistics, stat
 
register, increment, mission, attempt, given, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 19:52, 31 July 2016

GTA III Vice City San Andreas REGISTER_MISSION_GIVEN


Description
Increments the number of mission attempts stat
Syntax
0317: increment_mission_attempts
Parameter
none

This opcode increments by 1 to the "Mission attempts" stat (GXT key NMISON). The stat will initially start with a value of 0. 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

register, increment, mission, attempt, given, statistics, stat