Quick question re: rollback

oolibokee

L1: Registered
Jun 17, 2011
25
2
I can't get the rollback to work on my final point. It works everywhere else, but not the final point.

I achieve the rollback in other parts of the map by setting the flag and letting the watcher handle the rollback. But it doesn't work at the final path_track.

Of course I could just add another path_track 1 HU before the final point, but that is sloppy and could result in the cart not rolling back just before the final cap, which would be embarrassing.

Any ideas?

Thanks
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
Are you flagging the paths correctly? The beginning and end path should both be flagged, and any in between the two. If so, you could always use an extra path like you said, but leave the capture outputs on the previous one.
 

oolibokee

L1: Registered
Jun 17, 2011
25
2
That did it. I didn't know you had to specify the beginning, end, and all intermediate path_tracks--I thought that setting each path_track to have rollback/forward would affect from that path_track until the next path.

Thanks.