Jump to content
Sign in to follow this  
champ-1

Shift + LMB Waypoint

Recommended Posts

Is it possible to detect current position of Shift + LMB waypoint of the player?

Share this post


Link to post
Share on other sites

Do you mean you want to make a script that detects where a player puts a waypoint?

Share this post


Link to post
Share on other sites

Well I thought there might be a command for that, which I don't know.

If you in the group and have this waypoint set, it's possible to send AI there via radio 1-9.

Basicly I wan't to do same thing but with AI that is not in my group.

Edited by Champ-1

Share this post


Link to post
Share on other sites

When ever I try to get the Shift + LMB on map it works the down side is it disables the shifted waypoint which defeats the purpose.

I did think at one time it worked but either I've forgotten how to do it or it's broken.

see if this work, name an AI unit man and place the code in an init box

onMapSingleClick "hint str _pos;if (_shift) then {man domove _pos} ;'' ;false;";

Edited by F2k Sel

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  

×