В машине ложим руку на дверь
Сидя в тачке жмём гудок, Карл ложит руку на дверь.
:INCAR
thread 'INCAR'
04ED: load_animation "CAR"
:INCAR_2
wait 0
if and
00E1: player 0 pressed_key 18
04EE: animation "CAR" loaded
Actor.Driving($PLAYER_ACTOR)
not Actor.DrivingVehicleType($PLAYER_ACTOR, #BMX)
not Actor.DrivingVehicleType($PLAYER_ACTOR, #BIKE)
not Actor.DrivingVehicleType($PLAYER_ACTOR, #MTBIKE)
847A: not actor $PLAYER_ACTOR driving_a_motorbike
not Actor.DrivingPlane($PLAYER_ACTOR)
Jf @INCAR_2
:INCAR_3
wait 0
if
Actor.Driving($PLAYER_ACTOR)
Jf @INCAR_4
0605: actor $PLAYER_ACTOR perform_animation_sequence "TAP_HAND" from_file "CAR" 4.0 loop 0 0 1 1 -1 ms
if
Actor.Driving($PLAYER_ACTOR)
Jf @INCAR_4
wait 500
jump @INCAR_3