Nightskine
Member
- Joined
- Oct 30, 2010
- Messages
- 150
- Reaction score
- 1
I can't seem to get HB to realize if its behind the target or not ....
I've tried
then
and then i put em together ...
No matter what even if I'm facing the target this returns true and HB still tries to backstab ....
Anyone know why?
I've tried
Code:
if(Me.IsBehind(Me.CurrentTarget))
then
Code:
!Me.CurrentTarget.IsFacing(Me)
and then i put em together ...
Code:
if(Me.IsBehind(StyxWoW.Me.CurrentTarget) && !StyxWoW.Me.CurrentTarget.IsFacing(StyxWoW.Me))
No matter what even if I'm facing the target this returns true and HB still tries to backstab ....

Anyone know why?