Just wondering what methods you scripters use for targeting a moving NPC that you'd like to interact with through a right click. For example, targeting a farmer so that you can pickpocket him.
Edit:: Been playing around with more colors and was a little more patient. It now targets him correctly, but since the farmer keeps on walking away, how can I get the client to move the screen around to look for him? I've used randomCompass(75, 180, false); but, as the name suggests, that's pretty random and it doesn't stop moving the view after he's been found.
Maybe I don't have to move the screen around at all... I'm going to just have it right click and wait after the first pickpocket to see if it's successful or not. If it's not successful and the farmer blurts out that annoying mom phrase "What do you think you're doing?", then it'll wait until he's not stunned, then click on pickpocket. Removes the need of me finding him at all since clicking pickpocket would find him for me-- I just have to have the script start with him in visible view. Problem is: figuring out how to do that ;D
Any thought? =) This would be my third or fourth script for Simba, not including some unfinished ideas. I started three nights ago! Would appreciate as much help as I can getting this built. I wanna use this as a skeleton for other scripts that I've been contemplating ^_^

