OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Nexolate on 05 Apr 2008, 18:19:25

Title: addWaypoint, AI not responding.
Post by: Nexolate on 05 Apr 2008, 18:19:25
I've done a search for this before, but have yet to find an answer.

Basically making an Intro for a SP Mission and I want a group of individual units to get in a vehicle and then move to a new location.
I've tried using the addWaypoint command on the Driver but he doesn't respond.

I've also added a starting waypoint on the Driver, no avail.
Nor has the command doMove, all that did was make the Driver get out then stand about.

Anyone got any insight? I'd greatly appreciate it.
Title: Re: addWaypoint, AI not responding.
Post by: i0n0s on 05 Apr 2008, 19:34:35
Also set WaypointType?
Without a type AI will do nothing.
Title: Re: addWaypoint, AI not responding.
Post by: Nexolate on 05 Apr 2008, 19:40:20
Tried that. Sorry.

EDIT: I've managed to work around it by using the non-empty version of the vehicle and some waypoints, however I still find it odd how the units didn't respond.