Back stab feauture.

This section is created for developers and non-developers who think that he/she has a good (and realistic) idea that might contribute to the OpenKore community.

Moderator: Moderators

Message
Author
TheMPi
Noob
Noob
Posts: 5
Joined: 20 Jun 2010, 04:16
Noob?: No

Back stab feauture.

#1 Post by TheMPi »

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.