{$CLEO}
thread "setitonfire" // creates a process thread named setitonfire :p
while true
wait 0
if and
0AB0: 89 // checks if player pressed Y on keyboard or not
00DF: $PLAYER_ACTOR // and checks if the player is driving or not
then
00D9: 0@ = $PLAYER_ACTOR // fetches car info and stores it in a local variable 0@
0224: 0@ 0 // set car health to 0, hood will catch fire, followed by explosion
end
end