ID:266694
 
How would i make a mob that turns towards you(faces you) when you click on it?
In response to Garthor
That doesn't help much
In response to Thief Jack
Bleh, if you can't figure it from that, fine, I'll tell you:
mob/stupid
Click()
src.dir = (get_dir(usr,src))
In response to Garthor
Thats making it face the other way...
In response to Thief Jack
Oopsies, it's src,usr instead of usr,src. My bad.
In response to Garthor
Nevermind I have it working