Moving Something?

Foreverkul

L4: Comfortable Member
Apr 12, 2008
157
14
Is there an entity that allows you to add/subtract from the position of another entity? I can't seem to find anything like that.
 

TheDarkerSideofYourShadow

L10: Glamorous Member
Apr 12, 2008
792
286
It would be a pain, but parent whatever you want to move to something (train?) and just move that a little?
 

Pseudo

L6: Sharp Member
Jan 26, 2008
319
150
func_movelinear has an input "SetPosition" that adjusts the position based on a float number input. 0 is the start position, 1 is the end position, and the entity can accept values that make it move beyond those positions. I think that this could be used in combination with math_counter to add and subtract from an entity's position.
 

Vander

L8: Fancy Shmancy Member
Feb 16, 2008
506
215
Psedo, everytime you post I am reminded of how much I have yet to learn.
:blink:
 

Snipergen

L13: Stunning Member
Nov 16, 2007
1,051
150
Yea same, but I think that's because pseudo tries to do completely diffrent stuff than the stock maps :)