Forum: PogamutUT2004

How to make a bot move backward

Is there any method for making the bot to move backward? As it is a simple action in UT2004 i think that maybe there is a way to do this action easily but i didn't find it. I tried with the method moveTo or strafeTo but it doesn't work properly. Is there anyone who knows how to implement the move backward action??

Thanks
Hi kike!

You can use "strafe" command that allows you to specify "where to be looking at while running somewhere",
that's low level (move module strafeTo command). If you using pathExecutor or navigation module you can use setFocus() method
to tell bot where to be looking at while navigating through the environment.

Does this help?

Cheers!
Jimmy