What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Rotating character by degrees

turner850

New Member
Joined
Oct 11, 2011
Messages
41
Reaction score
0
Hey HB Devs,

I am trying to make honorbuddy rotate my character (and camera) by exactly 40 degrees each second until back to his original position..

Would someone be able to point me in the right direction?
 
it is passible when you do this with an in game script.
so when you tell do bot to say like '/script turn 40' than it is passible
 
it is passible when you do this with an in game script.
so when you tell do bot to say like '/script turn 40' than it is passible

You could ude something like objectmanager.me.face((degrees/360) * seconds), which will let you turn a certain amount of degrees each second...
 
it is passible when you do this with an in game script.
so when you tell do bot to say like '/script turn 40' than it is passible
you could use
something like objectmanager.me.face((degrees/360) * seconds) where the number of seconds is the time ellapsed)
 
Back
Top