Seltiix 10 Posted September 11, 2013 First question : If I spawn some guys with a trigger,is it possible to give them a waypoint? And to group them? Second Question : Does anyone know if there is going to be more content on release day, Jets, Helis, weapons....etc...? Share this post Link to post Share on other sites
comp_uter15776 1 Posted September 11, 2013 A: Yes. Searching on google and/or the forum search menu is a great way to find info. A: No, there won't be any more content. Share this post Link to post Share on other sites
kylania 568 Posted September 11, 2013 1. GroupSquad1 = [getMarkerPos "spawn", east, ["O_Soldier_F", "O_Soldier_F"]] call BIS_fnc_spawnGroup; wp = GroupSquad1 addwaypoint [getMarkerPos "dest",20]; wp setWaypointType "MOVE"; 2. Probably not. Hopefully more fixes than current dev branch though. Share this post Link to post Share on other sites
Seltiix 10 Posted September 11, 2013 1. GroupSquad1 = [getMarkerPos "spawn", east, ["O_Soldier_F", "O_Soldier_F"]] call BIS_fnc_spawnGroup; wp = GroupSquad1 addwaypoint [getMarkerPos "dest",20]; wp setWaypointType "MOVE"; 2. Probably not. Hopefully more fixes than current dev branch though. Lord and Saviour Kylania! Thanka YOU once again, seems abit litte tho don't you think?, compared to arma 2, but I guess it will be Mod heaven! :) Share this post Link to post Share on other sites