Difference between revisions of "058E"
(Created page with "thumb|Entering a taxi shortcut for mission {{OpCode | games = {{Icon|VC}} | command = SET_<wbr>SHORTCUT_<wbr>DROPOFF_<wbr>POINT_<wbr>FOR_<wbr>MISSI...") |
|||
Line 1: | Line 1: | ||
− | [[File: | + | [[File:Taxi shortcut.jpg|thumb|Entering a taxi shortcut]] |
{{OpCode | {{OpCode | ||
| games = {{Icon|VC}} | | games = {{Icon|VC}} | ||
| command = SET_<wbr>SHORTCUT_<wbr>DROPOFF_<wbr>POINT_<wbr>FOR_<wbr>MISSION | | command = SET_<wbr>SHORTCUT_<wbr>DROPOFF_<wbr>POINT_<wbr>FOR_<wbr>MISSION | ||
− | | description = Sets the taxi shortcut drop off point for mission | + | | description = Sets the taxi shortcut drop-off point for mission |
| syntax1 = 058E: set_<wbr>restart_<wbr>mission_<wbr>taxi_<wbr>destination [''flt1''] [''flt2''] [''flt3''] [''flt4''] | | syntax1 = 058E: set_<wbr>restart_<wbr>mission_<wbr>taxi_<wbr>destination [''flt1''] [''flt2''] [''flt3''] [''flt4''] | ||
| p1t = [''flt1''] | | p1t = [''flt1''] | ||
Line 12: | Line 12: | ||
| p3d = Z-coordinate | | p3d = Z-coordinate | ||
| p4t = [''flt4''] | | p4t = [''flt4''] | ||
− | | p4d = [[ | + | | p4d = [[Heading]] in degrees |
}} | }} | ||
− | This opcode sets the taxi shortcut drop off point for mission. | + | This opcode sets the taxi shortcut drop-off point for mission. Pick-up points are set using opcode [[058D]]. After the drop-off point is set, when the player dies or gets arrested, a marked Kaufman Cab is spawned at the closest pick-up point. When pressing [[00E1|button 15]] near it, controls are disabled and the player character enters it as a passenger. The taxi will drive straight while the screen fades out to black and a [[Text#Big message|big message]] with [[GXT]] key <code>TAXI</code> ("Taxi") is displayed. The taxi then warps to the drop-off point, the screen fades back in, $9 is removed, the player character exits the taxi, and controls are resumed. The taxi is marked as no longer needed and becomes a normal traffic taxi. The destination requires a ground to spawn on, otherwise it spawns in unexpected positions. Only the most recent drop-off point is used. |
This opcode is generally called at the beginning of missions although it is not required to do so. If the player dies or gets arrested during a mission, the taxi can be used as a shortcut to get back to the contact point. The taxi shortcut is disabled if [[0318]] or [[0595]] is called, usually when the player passes a mission, or when a [[01F9|rampage is started]]. | This opcode is generally called at the beginning of missions although it is not required to do so. If the player dies or gets arrested during a mission, the taxi can be used as a shortcut to get back to the contact point. The taxi shortcut is disabled if [[0318]] or [[0595]] is called, usually when the player passes a mission, or when a [[01F9|rampage is started]]. | ||
Line 21: | Line 21: | ||
== Keywords == | == Keywords == | ||
set, restart, taxi, cab, mission, shortcut, dropoff, drop, off, destination, point, mission | set, restart, taxi, cab, mission, shortcut, dropoff, drop, off, destination, point, mission | ||
+ | |||
+ | == See also == | ||
+ | * {{Icon|VC}} [[0556]], sets up a taxi shortcut anytime |
Revision as of 05:02, 4 June 2016
SET_
- Description
- Sets the taxi shortcut drop-off point for mission
- Syntax
- 058E: set_
restart_ mission_ taxi_ destination [flt1] [flt2] [flt3] [flt4] - Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate
- [flt4]
- Heading in degrees
This opcode sets the taxi shortcut drop-off point for mission. Pick-up points are set using opcode 058D. After the drop-off point is set, when the player dies or gets arrested, a marked Kaufman Cab is spawned at the closest pick-up point. When pressing button 15 near it, controls are disabled and the player character enters it as a passenger. The taxi will drive straight while the screen fades out to black and a big message with GXT key TAXI
("Taxi") is displayed. The taxi then warps to the drop-off point, the screen fades back in, $9 is removed, the player character exits the taxi, and controls are resumed. The taxi is marked as no longer needed and becomes a normal traffic taxi. The destination requires a ground to spawn on, otherwise it spawns in unexpected positions. Only the most recent drop-off point is used.
This opcode is generally called at the beginning of missions although it is not required to do so. If the player dies or gets arrested during a mission, the taxi can be used as a shortcut to get back to the contact point. The taxi shortcut is disabled if 0318 or 0595 is called, usually when the player passes a mission, or when a rampage is started.
Keywords
set, restart, taxi, cab, mission, shortcut, dropoff, drop, off, destination, point, mission
See also
- 0556, sets up a taxi shortcut anytime