Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
I'm not entirely sure what you want to do exactly but it sounds like maybe you want the projectile to track the enemy until it gets close and can be dodged without fear that it will continue trying to track the enemy after it has been dodged.
So you could try add a trigger zone to the projectile that detects the enemy tag. Make the zone whatever shape that best suits your situation and whatever size you wish remembering that when the zone sees the enemy tag the projectile will stop tracking the enemy and can be dodged.
Wire the trigger output into a counter that counts to 1 and wire the counter into a not gate. The output of the not gate is wired into the power on the follower and the look at rotator.
This means the tracking logic is only powered while the projectile is a certain distance away from the enemy.