Difference between revisions of "034B"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} '''COMMERCIAL_PASSED''' <hr /> '''Description''' : Sets Staunton Island as complete '''Syntax''' : 034B: staunton_complete '''Parameter''' : [''none''] This opcode...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Icon|3}} '''COMMERCIAL_PASSED'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}}
'''Description'''
+
| command    = COMMERCIAL_PASSED
: Sets Staunton Island as complete
+
| description = Sets Staunton Island as complete
'''Syntax'''
+
| syntax1    = 034B: staunton_complete
: 034B: staunton_complete
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
 
This opcode sets Staunton Island as complete. The following [[hardcoded]] effects occur when the opcode is called:
 
This opcode sets Staunton Island as complete. The following [[hardcoded]] effects occur when the opcode is called:
* Maximum criminal rating set to 4552{{ref|1}}
+
* Criminal rating limit removed{{ref|1}}
* News message of tunnel status changed to <code>LIBERTY TUNNEL HAS BEEN OPENED TO ALL TRAFFIC . . . &nbsp;&nbsp;</code>
+
* [[Scrollbar#Tunnel|News message]] of tunnel status changed to <code>LIBERTY TUNNEL HAS BEEN OPENED TO ALL TRAFFIC . . . &nbsp;&nbsp;</code>
 
* News message of bridge status changed to <code>STAUNTON LIFT BRIDGE IS OPERATIONAL AGAIN &nbsp;&nbsp;&nbsp;</code>
 
* News message of bridge status changed to <code>STAUNTON LIFT BRIDGE IS OPERATIONAL AGAIN &nbsp;&nbsp;&nbsp;</code>
 
* Lift bridge becomes operational
 
* Lift bridge becomes operational
* [[Audio (folder, III)|SUBopen.wav]] is played once the player enters a vehicle
+
* [[Audio directory (III)|SUBopen.wav]] is played once the player enters a vehicle
The [[Main.scm|original script]] called this opcode only once, after completion of "A Drop in the Ocean".
+
The [[Main.scm|original script]] called this opcode only once, after completion of "A Drop in the Ocean". The status set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]].
  
 
== Reference ==
 
== Reference ==
Line 22: Line 21:
 
commercial, Staunton, Island, passed, complete
 
commercial, Staunton, Island, passed, complete
  
[[Category:OpCodes]]
+
==See also==
 +
* {{Icon|3}} [[034A]], sets Portland as complete
 +
* {{Icon|3}} [[034C]], sets Shoreside Vale as complete

Latest revision as of 00:13, 11 July 2016

GTA III COMMERCIAL_PASSED


Description
Sets Staunton Island as complete
Syntax
034B: staunton_complete
Parameter
none

This opcode sets Staunton Island as complete. The following hardcoded effects occur when the opcode is called:

  • Criminal rating limit removed[1]
  • News message of tunnel status changed to LIBERTY TUNNEL HAS BEEN OPENED TO ALL TRAFFIC . . .   
  • News message of bridge status changed to STAUNTON LIFT BRIDGE IS OPERATIONAL AGAIN    
  • Lift bridge becomes operational
  • SUBopen.wav is played once the player enters a vehicle

The original script called this opcode only once, after completion of "A Drop in the Ocean". The status set with this opcode is saved in block 17 of the save file.

Reference

Keywords

commercial, Staunton, Island, passed, complete

See also

  • GTA III 034A, sets Portland as complete
  • GTA III 034C, sets Shoreside Vale as complete