this works to make them stop thank you! but how do i make them start moving again when the one in front of it dies/moves
maybe something like
-if object is overlapping at offset other object -» stop moving
- else -» move forward
the contrary might also work
-if object is NOT overlapping at offset other object -» move forward
- else -» stop moving
EDIT: you might need to check the conditions every tick.