Jump to content
Sign in to follow this  
KrisSerbia

Waypoin is invisble for player,but when blufor enters trigger waypoint is visible?

Recommended Posts

I wanna to make mission where waypoint for helicopter extraction is invisible.Is it possible?If is,how can I make that?:confused:

Edited by KrisSerbia

Share this post


Link to post
Share on other sites

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/setSimpleTaskDestination

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

Share this post


Link to post
Share on other sites

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.

Edited by KrisSerbia
Solve problem

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  

×