Follower (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • You are just describing the MoveTo behavior LMAO

    I am trying to not overlap with MoveTo too much as both of these behaviors have completely different design intentions even if they share a lot of similarities.

    If you can explain why you need these features in my addon specifically and cannot use MoveTo for them, I'm down to try adding them. Otherwise I'd rather not just write MoveTo 2 if that makes sense.

    • For sure, it's probably not necessary to have this behaviour do that. I'm thinking along the lines of using this to set the waypoints only, so more as a replacement for Pathfinding. I guess at that point it'd cease to be a movement behaviour!

      I have no specific idea in mind for this, just throwing out some ideas :D

      • Yeah well that is exactly what the MoveTo is for, it has a waypoints system as well and you can even make it follow the pathfinding path or a timeline path, and overall should be much closer to what you have in mind :)