ID:174288
 
How do u make...

A.target = (what a is facing)
Look up on get_step. It should be what you want.
In response to Jon88
the reference stuff is confusing and i HAVE tried to read the entire thing.

could you please give me an example...

A.target = (what A is facing)
In response to Xallius
could you please help me with this?
In response to Xallius
var/mob/M = get_step(A,A.dir)
A.target = M

Does that work? :)
In response to Jon88
OMG! SUCCESS!
I used some of the suggestions in here and then manipulated them and came up with my one line code that will solve all of my problems! YAY! (questionare.status = "very happy")

Thanks!