Moving geometry in different directions

Balloonsfor600

L1: Registered
Sep 7, 2009
45
18
OK. I will try to explain better what I am doing here than I did with my last question.

So, I have (a placeholder at this point) for a boat on my ctf map. I want to move it along the x-axis after one capture and then move it along the z-axis after another capture. I know how to get it to move based on different captures, I just don't know how to get it to move along the x-axis to POINT A then from POINT A down to POINT B, and then again from POINT B forward (x-axis) to POINT C. I am sure there is some way I can do this similar to a train, but I need some help. Basically, it's going to a specified position after each capture.

Cross section of the path: (Periods don't mean anything, just the lines)

---------------A
...................|
...................|
...................|
...................B-----------------C

Thanks in advance to those who can help. As I gain more experience, I promise I will be more helpful to everyone else!
 

Nutomic

L11: Posh Member
Feb 7, 2009
888
177
Or one func_movelinear for the first cap, and another for the second cap, parented to the first one, and the point parented to the second one.
 

Balloonsfor600

L1: Registered
Sep 7, 2009
45
18
Thanks guys! Got stuff worked out! Sorry for the thread revival - just wanted to throw out a thank you.