Difference between revisions of "058B"
Jump to navigation
Jump to search
(New page: {{OpCode | ini = 058B=1, %1d% | description = Checks if the distribution ped is being captured | p1 = Existing actor handle | game = Vice City }} This opcode c...) |
(page updates) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|VC}} '''HAS_CHAR_BOUGHT_ICE_CREAM''' |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Checks if the distribution ped has bought ice cream | |
− | + | '''Syntax''' | |
− | + | : 058B: [''char handle''] | |
− | + | '''Parameter''' | |
+ | : [''char handle''] | ||
+ | :: The handle of the character | ||
− | ==Keywords== | + | This opcode checks if a ped captured by opcode [[058F]] has bought ice cream. This opcode is only used during the Cherry Poppers Distribution mission. Using the negative conditional opcode (858B) on the player will crash the game. |
− | actor, ped, character, capture, distribution | + | |
+ | == Keywords == | ||
+ | actor, ped, character, capture, distribution, buy, bought, icecream | ||
+ | |||
+ | [[Category:OpCodes]] |
Revision as of 07:34, 28 December 2014
Description
- Checks if the distribution ped has bought ice cream
Syntax
- 058B: [char handle]
Parameter
- [char handle]
- The handle of the character
This opcode checks if a ped captured by opcode 058F has bought ice cream. This opcode is only used during the Cherry Poppers Distribution mission. Using the negative conditional opcode (858B) on the player will crash the game.
Keywords
actor, ped, character, capture, distribution, buy, bought, icecream