ID:161088
 
I have a target system, and im trying to make the system to where, if you use a attack, you face in the direction of your opponent.

So Basicly.

I need help making a code to where if i use a attack, i face the targeted oponent.

Help please.
mob/proc/Attack(mob/target)
dir = get_dir(src, target)

//Whatever else goes here.
In response to Popisfizzy
Thank you so much! =D