OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Bedlam on 06 Oct 2003, 19:07:01

Title: ungroup group ai´s
Post by: Bedlam on 06 Oct 2003, 19:07:01
how can i ungroup aiÂ's in a group (i wanna give them separate way points after that)the group will go to a waypoint where they split up going separate waypoints after that then rejoin a while after.

its not possible to have separate waypoint for aiÂ's in the same group  right..?
Title: Re:ungroup group ai´s
Post by: deaddog on 06 Oct 2003, 19:15:28
You must have them join grpnull or another group name:

[unitname] join grpnull

Check the command reference for proper syntax
Title: Re:ungroup group ai´s
Post by: macguba on 06 Oct 2003, 21:23:42
No it isn't possible to have seperate waypoint for members of the same group.

You'll need to create a "dummy" group with the seperate set of waypoints.    Your loons will join that group and then re-join the main group later.

But as deaddog says, check out the command join in the command reference.