How would you rotate camera (on runescape) a certain amount of degrees ?
Is there a function for that or must I make my own ?
Thanks for your help.

How would you rotate camera (on runescape) a certain amount of degrees ?
Is there a function for that or must I make my own ?
Thanks for your help.
Just MakeCompass(degree number);, or anything with MakeCompass and simple math?![]()
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
Yup. MakeCompass works with number strings. ie, MakeCompass('117');

So if i did :
SCAR Code:SpinningDegrees := 0 + random(360);
MakeCompass(IntToStr(SpinningDegrees));
Would it work ?

Okay, thanks, Rep ++ (if you even care ^^).
There are currently 1 users browsing this thread. (0 members and 1 guests)