#Character not following
1 messages · Page 1 of 1 (latest)
Maybe change "until distance is less than" number to -1
Try "Execute [self] Follow and click your actor until distance 0
Bc me use that 🗿
This happened a lot to me too, i had to make an entire custom chase system(that sucks tbh).
From my experience, I think it has to do with the central point of the character, if the character central point it's underground(under a tile) the chase might just bug out
So 2 solutions:
- Change the character(chaser and chased) central point to the center or upper (for custom objects)
- Create a child obj. that simulates a fake central point and then change the chase script so when the enemy chase the player, it chases the fake central point (perfect for everything! and specifically useful for Avatars)
No idea if this is the same problem, tough