Hello cannonfoda
This is in theory because I'm not at home and can't test it
_bomb = "pipebomb" camcreate getpos car
#loop
?!(alive car): exit
_bomb setpos getpos car
~0.2
goto "loop"
or if we were to make it a bit more fancy
_bomb = "pipebomb" camcreate getpos car
#loop
@speed car > 1
?!(alive car): exit
_bomb setpos getpos car
~0.05
goto "loop"