
YAAY! Anyway, I'm at a hurdle right now I want the small three man group I spawn in to get into an empty Off roader(armed) then to follow the waypoint chain that is scripted.

Tried this out just now and I was really surprised with myself I actually learnt a bit of scripting. Sets the behaviour and speed of the units to "SAFE" and "LIMITED" and the waypointType to "MOVE" _wp4 = _group addWaypoint getMarkerPos "marker4", 0] creates the fouth waypoint at position marker4 _wp3 = _group addWaypoint getMarkerPos "marker3", 0] creates the third waypoint at position marker3 _wp2 = _group addWaypoint getMarkerPos "marker2", 0] Just looking for some help, ty in advance. creates the second waypoint at position marker2 Spawn AI Module, How to spawn units from mods I have the Star Wars Opposition mod and cant seem to find a way to get the spawn ai module to spawn anything other than Nato/Csat units. _wp1 = _group addWaypoint getMarkerPos "marker1", 0] creates the first waypoint at position marker1 Creates a group with 2 soldiers at position marker0

Create marker in this script, if you don't want to place them in gameĬreateMarker ]
