
teknoman117
Joined: Jul 21, 2009
|
Posted: Sep 6, 2009 01:42 PM
Msg. 1 of 3
I have a single player map i'm working on. One thing I wanted is for some wraiths to show up and start attacking you. I know you need a driver for the wraith, and its the campaign wraith. I have an AI encounter spawn beside the group with a command list to enter the closest vehicle. That part works fine. The next command in the command list is to move to a point in the middle of the map to attack you. The wraiths will not move. They just sit where they were boarded and will shoot at you if you get close. Any idea how to fix this?
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Sep 6, 2009 02:09 PM
Msg. 2 of 3
Normally, for AI running command lists, I make the AI enter the vehicle via scripts. Then, I do the (ai_command_list command to make him drive after he's inside the vehicle. I've had problems before when putting the vehicle command and driving commands together into one command list.
|