Hey there
I already have a working func_train, which goes to 5 path_tracks in order, when you press a button.
So I want the player to be able to press the button again once the train has finished, and send it backwards over the same path_tracks.
Like so:
(PUSH BUTTON)
[func_train] ->
-track1->
-track2->
-track3->
-track4->
track5
(PUSH BUTTON)
[func_train] ->
-track5->
-track4->
-track3->
-track2->
-track1-
I hope that was clear enough
Thanks for any help!