"step_to(Ref,Trg,Min=0)"
that's the format the byond help file says to us it in
but I don't know what "Trg" means
"Trg: An object on the map."
ok but that doesn't really explain it very well. if anyone could tell me what it means I would be very thankful. thanks.
Canar
ID:177304
![]() Sep 22 2002, 5:52 pm
|
|
Also, I believe "Trg" is short for "target". I mention this because I think that name is used in multiple helpfiles.
|
So it would be something like a obj or mob. In this case its what you want the Ref to step_to.
So step_to(src,M) would move src towards M.
-DogMan