I wanna to make mission where waypoint for helicopter extraction is invisible.Is it possible?If is,how can I make that?![]()
I wanna to make mission where waypoint for helicopter extraction is invisible.Is it possible?If is,how can I make that?![]()
Last edited by KrisSerbia; May 3 2012 at 10:23.
Editor is my life!
I don't mean to sound odd, but maybe don't create a waypoint, if a waypoint is visible then your as a player, and if so then just don't create it or if you want a net of waypoints or further directions try either:
wp1 = groupname addWaypoint [position heli, 0];
wp1 setWaypointType "MOVE";
wp1 setWaypointStatements ["true", "vehTransport land ""Get In"";"];
or have a search for creation of tasks. two links here:
http://community.bistudio.com/wiki/Tasks
http://community.bistudio.com/wiki/s...askDestination
if your part of an AI team i doubt there is anyway to remove the waypoint marker outside of manually setting the difficulty setting. Ther is something i have come accross somewhere in a BI mission about setting AI task groups or something along those lines, but not really sure. http://www.arma2.com/comref/comref.html
Can you explain to me how can I do?I try wp1 = groupname addWaypoint [position heli, 0];
wp1 setWaypointType "MOVE";
wp1 setWaypointStatements ["true", "vehTransport land ""Get In"";"]; but it didn't work.I know how to use task but helicopter didn't will picukp me.
Edit:Never mind,I solve it.
Last edited by KrisSerbia; May 4 2012 at 17:42. Reason: Solve problem