How to make character max move distance

Like this:

It measures your distance from your last location every tick. When it exceeds a certain amount ( 500 in this case, not much ), it will stop movement. The start movement custom event needs to be called to restart the movement. It will need to be called to get things rolling…

EDIT: You don’t need that TravelOK bool in there… :wink: