Jump to content
Andrews Aguirre

Need help with waypoint particularly with BIS_fnc_spawnGroup

Recommended Posts

Bascially I used BIS_fnc_spawnGroup to spawn group of units it works but they stay in a hold position I want to find a way to set a waypoint for the group spawn by BIS_fnc_spawnGroup or even if there's a way to assign them to a group so I can use triggers to set a waypoint for their name. Trying to make the bis units patrol a area.

Share this post


Link to post
Share on other sites

Variable = params call BIS_fnc_spawnGroup;

 

Variable is the returned group.  Use the variable in triggers and for waypoints.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×