Jump to content
oneisdown

artillery with map click only?

Recommended Posts

Is there any  way i can remove the ingame round curser and make players only option to just use the map to direct arty fire? I am building a mission where there is no icons and it is too easy for a player just to point at a building and rain death. I really dont want to use any mods to implement a new system to call in fire.

Share this post


Link to post
Share on other sites

Something like?:

 

 - use show map when it comes to select support location

 - at start of script called when location is selected:

 

if (!visibleMap) exitWith {systemChat "no location given";};

showMap false;

_provider sideChat "Roger, Coordinates received";

etc etc.

 

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

×