First time posting, so sorry for the noobness.
I am trying to get an ai AH64d pilot (player as gunner) to hold a position and face a specific direction (enemy tank location). I've had to use
pilot disableai "move";
to get the pilot to stay put. For some reason seting the proceeding waypoints to "never fire", "stealth", and he still tries to engage the enemy location.
My real problem is after using disableai, the ship is facing the wrong way. I've tried messing with inbound waypoints but somehow he always ends up looking somewhere else. I've been trying to get setformdir to work, I've tried
pilot setformdir ###;
pilot setformdir tanks;
and
AH64 setformdir ###(or tanks);
Where ### = desired heading, and tanks = name of the enemy units.
I'm doing all of this on the waypoint itself. No external trigger. It's not working. If anyone has ANY guidance, I'd appreciate it.:o
---------- Post added at 08:28 PM ---------- Previous post was at 08:26 PM ----------
HAHAHA! Sorry, apparently that was my fifth post. I don't remember ever posting before!