I have been trying to make a brush that goes from 1 place to another that is triggered by a button. I made the brush a funk_tracktrain and 2 path_tracks that I linked to each other:
func_tracktrain-first stop-path1
path_track-name-path1
next stop-path2
flags-Dissabled
path_track-name-path2
next stop-path1
func_button-outputs-OnPressed-path1-EnablePath
I tried to make it disabled so it doesnt move until I press the button but it doesnt move even if I press the button. I need some help.
func_tracktrain-first stop-path1
path_track-name-path1
next stop-path2
flags-Dissabled
path_track-name-path2
next stop-path1
func_button-outputs-OnPressed-path1-EnablePath
I tried to make it disabled so it doesnt move until I press the button but it doesnt move even if I press the button. I need some help.