Jump to content
Sign in to follow this  
panda123

avoid 2 yellow crosses

Recommended Posts

Hi all,

I have an objective/direction yellow maker created by a briefing, and to make move a group (I am part of the group but not the leader) I added a waypoint. My question is how to avoid to see two objective/direction yellow maker.

I've founded this script in the forum but I always got an error "script not found"

It commands the units to move to WPs created at markers. In the test mission the WP markers for AI units are called:"East_WP1" and "East_WP2" and the code looks like this:

Code:

_unit = _this select 0;

_group = group _unit;

_waypoint0 = _group addwaypoint[getmarkerpos"East_WP1",0];

_waypoint0 setwaypointtype"Move";

_waypoint1 = _group addwaypoint[getmarkerpos"East_WP2",0];

_waypoint1 setwaypointtype"Move";

Does someone have a solution for this ?

Thanks :)

(sorry for my english)

Share this post


Link to post
Share on other sites

I am not sure if i understand ya correct.

But this setting canbe changed in the skill under option.

I guess by default it is disabled for veteran and activated for recruit.

I pressume u are talking about the markers u see ingamewhenu move or u shall move to a certain position.

Within the waypoin menu in the editor is also anoption to make this marker disappear (show never).

Share this post


Link to post
Share on other sites

Yes you understood well

"Within the waypoin menu in the editor is also anoption to make this marker disappear (show never). " it is not working that's why I am looking for other solution :)

Well never mind, the player will be the leader :(

Edited by panda123

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  

×