I am thinking developer should add that feauture. I have an idea how it works.
I will represent directions as numbers. For example,
7 0 1
\ | /
\ | /
\|/
6 ---------- 2
/|\
/ | \
/ | \
5 4 3
So function should b something like,
if(face(target)+4>=8, back(target)=face(target)-4, back(target)=face(target)+4)
I use Excel syntax because I am noob.
Back stab feauture.
Moderator: Moderators