I think my subject line is kind clever, heh, anywho! Here's my situation. I have a script designed to follow, but to stop when it gets too close to you, using llTarget. However! It uses a constantly updating script and from the looks of the wiki, you can store multiple llTargets (it seems to work the same as llListen's, with the integer ID card and all that)
So here's my question: How can I juggle a constantly moving target without confusing the at_target? the target is alwase llGetOwner, and it uses a sensor to lock on to llDetectedPos. This works, but I don't understand llTarget enough to upgrade the system to how I want it...