Difference between revisions of "0365"
Jump to navigation
Jump to search
(Created page with "thumb|150px|0365 in action {{Icon|3}} {{Icon|VC}} '''SET_CHAR_OBJ_HAIL_TAXI''' <hr /> <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| '''Descript...") |
m |
||
Line 1: | Line 1: | ||
[[File:0365.jpg|thumb|150px|0365 in action]] | [[File:0365.jpg|thumb|150px|0365 in action]] | ||
− | {{Icon|3}} {{Icon|VC}} | + | {{OpCode |
− | < | + | | games = {{Icon|3}} {{Icon|VC}} |
− | < | + | | command = SET_<wbr>CHAR_<wbr>OBJ_<wbr>HAIL_<wbr>TAXI |
− | + | | description = Sets the character [[objective]] to hail taxi | |
− | + | | syntax1 = 0365: set_actor [''char handle''] objective_hail_taxi | |
− | + | | p1t = [''char handle''] | |
− | + | | p1d = The handle of the character | |
− | + | }} | |
− | |||
− | |||
This opcode sets the character to use the hail taxi animation "idle_taxi" in the <code>ped.ifp</code> file. The character periodically raises the right arm as long as the character is in control, e.g. simply standing. The periodicity can be ended using opcode [[009F]] or by other actions like entering a vehicle. | This opcode sets the character to use the hail taxi animation "idle_taxi" in the <code>ped.ifp</code> file. The character periodically raises the right arm as long as the character is in control, e.g. simply standing. The periodicity can be ended using opcode [[009F]] or by other actions like entering a vehicle. | ||
− | |||
== Keywords == | == Keywords == | ||
set, actor, character, obj, objective_to-29, hail, taxi, cab | set, actor, character, obj, objective_to-29, hail, taxi, cab | ||
− | |||
− |
Latest revision as of 09:16, 2 September 2017
- Description
- Sets the character objective to hail taxi
- Syntax
- 0365: set_actor [char handle] objective_hail_taxi
- Parameter
- [char handle]
- The handle of the character
This opcode sets the character to use the hail taxi animation "idle_taxi" in the ped.ifp
file. The character periodically raises the right arm as long as the character is in control, e.g. simply standing. The periodicity can be ended using opcode 009F or by other actions like entering a vehicle.
Keywords
set, actor, character, obj, objective_to-29, hail, taxi, cab