Target
Target is what a script defines as the basis for the next function or event.
Examples include llMoveToTarget and llTarget, both of which define a positional target. However, in real terms, target can define anything from an archery target to the goal of a script.
Functions
llMoveToTarget
llStopMoveToTarget
llTarget
llTargetRemove
llRotTarget
llRotTargetRemove
llTargetOmega
Events
at_target
not_at_target
at_rot_target
not_at_rot_target
The next functions take place before or after the functions llMoveToTarget and llStopMoveToTarget
moving_start
moving_end