Face Sender Direction Help

NeroMorte

New member
Joined
Jan 20, 2008
Messages
12
Reaction score
6
Points
3
So im trying to command Bots to Run through a zone line since i dont think there is a way to face zonelines.

Code:
/declare startHeading float local ${Spawn[PC =${Sender}].Heading.Degrees}

/delay 15

/face fast heading ${Math.Calc[${startHeading}*-1]}

/keypress FORWARD hold
/delay 3s
/keypress FORWARD

which about 90% of the time works fine but every now and then they Face the wrong Direction. Was wondering if anyone knows a better way to do this.

Thanks for any help
 
yeah ive never used either one of them before do i have to use both to run pass zone lines i just started toying with mq2nav but how would i use that to run to zoneline.

Thanks btw
 
MQ2Nav loads pathing for a whole zone (Think sort of like mob pathing). You tell it a loc to go to or a mob to go to, and it will path around obstacles to get there.
MQ2EasyFind, will automatically navigate you between zones using MQ2Nav as pathing.