Difference between revisions of "034B"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon|3}} | + | {{OpCode |
− | + | | games = {{Icon|3}} | |
− | + | | command = COMMERCIAL_PASSED | |
− | + | | description = Sets Staunton Island as complete | |
− | + | | syntax1 = 034B: staunton_complete | |
− | + | | p1t = ''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: | ||
Line 13: | Line 12: | ||
* News message of bridge status changed to <code>STAUNTON LIFT BRIDGE IS OPERATIONAL AGAIN </code> | * News message of bridge status changed to <code>STAUNTON LIFT BRIDGE IS OPERATIONAL AGAIN </code> | ||
* Lift bridge becomes operational | * Lift bridge becomes operational | ||
− | * [[Audio ( | + | * [[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 status set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]]. | 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 == | ||
* {{note|1}} {{GTAF|post|796495|1067509273|Description of opcode behavior}} | * {{note|1}} {{GTAF|post|796495|1067509273|Description of opcode behavior}} | ||
− | |||
− | |||
− | |||
− | |||
== Keywords == | == Keywords == | ||
commercial, Staunton, Island, passed, complete | commercial, Staunton, Island, passed, complete | ||
− | [[ | + | ==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
- 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
- ^ GTAForums: Description of opcode behavior
Keywords
commercial, Staunton, Island, passed, complete