Why does the robot seeker in examples move at scene start?

hey was just wondering if it is possible to stop the seeker robot in the examples to stop moving to the target even when it has been set to move on double click only? it seems to move to the target every time

thanks :slight_smile:

Hi

Actually the script with the double click option only specifies that the target should only be moved on double click. The AI will still find the initial position of the target. If you want to get rid of that behaviour, set the target’s initial position to the same position as the robot.

ah I see thanks :smiley: