Difference between revisions of "0317"
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}} | + | {{OpCode |
− | + | | games = {{Icon|t}} | |
− | + | | command = REGISTER_MISSION_GIVEN | |
− | + | | description = Increments the number of mission attempts stat | |
− | + | | syntax1 = 0317: increment_mission_attempts | |
− | + | | p1t = ''none'' | |
− | '' | + | }} |
− | |||
− | This opcode increments by 1 to the "Mission attempts" stat ([[GXT]] | + | 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 | ||
− | |||
− |
Latest revision as of 19:52, 31 July 2016
- 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