It's possible but I can't find the post Stefan made about it...
edit: found it with Tig's help,
This thread has some information you need:
http://forums.graalonline.com/forums...hp?t=134261580
and here's Stefan's post:
Quote:
Originally Posted by Stefan
There is getAcceleratorAxis(0 or 1 or 2), can be used like this:
PHP Code:
xaxis = -(getangle(getAcceleratorAxis(0), getAcceleratorAxis(1)) - pi); yaxis = getAcceleratorAxis(2);
|