#Character not following

1 messages · Page 1 of 1 (latest)

topaz tree
#

I did the follow script for an actor correctly but it just does not follow the player. If any other movement style is chosen it moves but it just won't follow

tame night
quaint galleon
#

Try "Execute [self] Follow and click your actor until distance 0

#

Bc me use that 🗿

fervent charm
#

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:

  1. Change the character(chaser and chased) central point to the center or upper (for custom objects)
  2. 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