Author Topic: Changing a bot's Pitch/yaw  (Read 1238 times)

I want my bot to look up, but I don't want to use setAimLocation to a position above its head, because its buggy and the bot spins in circles.
Is there a way to simply change the bot's pitch/yaw?

There's no way to directly set the yaw or pitch. Sadly.
« Last Edit: June 26, 2011, 02:25:21 AM by TripleNickels »

There's no way to directly set the yaw or pitch. Sadly.
Are you absolutely sure? Goddam, its just making the bot look up. There's gotta be a way.

You can use pitch() on the bot's client, if it has an AIClient.

You can use pitch() on the bot's client, if it has an AIClient.
Wait, what? I have no idea what your talking about.
... Could you explain a bit further?
« Last Edit: June 27, 2011, 11:50:13 AM by computermix »