어떤 글로벌 변수가 플레이어를 따라오게 하고싶은데 어떻게하죠?

어떤 글로벌 변수가 플레이어를 따라오게 하고싶은데 어떻게 하나요?

set global variable(A, eye position(event player)
chase global variable at rate(A, eye position(event player), multiply(5, compare(distance between(eye position(event player), global variable(A)), >,1)))
같은 방법으로하면 글로벌변수 A가 눈위치를 초당 5미터의 속도로 추적하다 거리가 1미터 이하면 멈춥니다. 플레이어의 뒤나 옆의 위치를 따라오게 하고 싶다면 eye position자리에 word vector of(1,1,1,rotation and translation, event player)같은 형식의 로컬벡터로 대체하면 됩니다.