Hi
Can I request a feature? Is it possible to have the Move Along Path action have a new option to Reverse along a path? That is to start from the chosen path node (closest, specified etc) and then go backwards along it from the current node down the node numbers back to the zero node?
Use case is to have a path that takes an NPC to an object, or area, have them do something, then travel back to the starting point along the same path, but going from the highest node to the lowest.
Currently I'm having to create a path to the area, then a path out, which is just duplicating work.
Apologies if this is already in there somewhere.
Thanks
Olly
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
It may be possible already, if I'm following you correctly.
A Path's Path type field can be set to Reverse Only to have characters move backward along it, but in your case you might be best off setting to Loop, and then attaching a "Node Cutscene" on the end of it that causes the NPC to do their thing before moving back.
Sorry I know that this is an old thread, but what'd be great is an action that can set the path direction (to forward / back / ping-pong, etc). That way when your character reaches the end of the path, your final action could be to flip it, when the player wants to go back it's ready to go.
Here's a custom Action that'll do it:
Legendary! Thank you so much @ChrisIceBox
I actually came here to post my own custom action, but your version is better (natch!)