Jump to content
Sign in to follow this  
BullyBoii

AI spawning problem

Recommended Posts

hi guys i have a problem, and i cant see where its going wrong

i want to spawn AI (code below) but they do not appear. I have no script errors and i have functions module enabled

_group = createGroup east;
_group = [getmarkerpos "red_group1_spawn", EAST, 5] call bis_fnc_spawnGroup;

_wp1 = _group addWaypoint [getmarkerpos "red_group1_wp1", 0];
_wp1 setWaypointBehaviour "AWARE";
_wp1 setWaypointType "SAD";

_wp2 = _group addWaypoint [getmarkerpos "red_group1_wp2", 0];
_wp2 setWaypointBehaviour "AWARE";
_wp2 setWaypointType "SAD";

_wp3 = _group addWaypoint [getmarkerpos "red_group1_wp1", 0];
_wp3 setWaypointBehaviour "AWARE";
_wp3 setWaypointType "CYCLE";

please help, i cant see where ive gone wrong

EDIT: SOLVED

Edited by BullyBoii
solved

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
Sign in to follow this  

×