Sorry, had a problem w/ a text box causing program to become unresponsive..solve it, this thread is just wasting space. Please erase.
If it doesn't get erased...does anyone have thoughts/advice about using the keyboard to move around the world vs. using memwrites and MoveToClick() or w/e? For most of my stuff I normally press a key, then enter a loop that unpresses the key when a condition is met (ie. if IsFacingObject(theObj) exit loop/Unpress turn key) or key_down(w), enter loop..if objDistance < 20, unpress
basically.
So far it's working (..testing now..will probably have a few minor glitches) but it turns correctly (to within .1 rad or target's location) (...unless is 100000meters away :P of course) and..from what I can see, runs to correct distance (within 2-3 meters) so..i'll probably stay with it..but, any thoughts?