Topdown Game - teleporting / Movement

HI

I have a Topdown game made with a working teleportation system implemented.

The only problem I have, is that after the teleportation, the character still tries to head back to the last place I clicked on.

What is the most efficient way of stopping this to happen?

Regards

What’s sending the character to the location is the “Simple Move To” node.

There’a a “Stop movement” node that would cancel the order. Meaning you abort the last command, and instead do the teleport.

263779-0.png