Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Camera.turnTo(Locatable a) broken?

Joined
Nov 18, 2013
Messages
120
It seems that when I attempt to use
Code:
Camera.turnTo(clerk.getPosition());

It does one of two things
A) Doesn't move the camera at all
B) Types ds in chat if I accidentally had it open to be typed in. I believe this is the direction it is trying to move the camera in since ds made sense direction wise to get to the locatable.

It seems that the camera is attempting to use WASD to move the camera. When I manually attempt to use WASD it doesn't move my camera even though it is "set" in my RS settings, however using my arrow keys works fine.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,046
Your chat may be focused/opened when this action is going on. @Cloud perhaps we can add a check for this and hit Escape if we find it to be true.
 
Joined
Nov 18, 2013
Messages
120
Your chat may be focused/opened when this action is going on. @Cloud perhaps we can add a check for this and hit Escape if we find it to be true.

I tried it with and without the chat being focused, it didn't work in either case :(.
 
Top