{$CLEO}
0000:
thread "astap"
while true
wait 0
if 047A: actor $PLAYER_ACTOR driving_bike
then
03C0: 1@ = actor $PLAYER_ACTOR car
if 82BF: not car 1@ sunk
then 08C6: set_actor $PLAYER_ACTOR stay_on_bike 1
else 08C6: set_actor $PLAYER_ACTOR stay_on_bike 0
end
end
end