View Single Post
  #8  
Old 01-24-2012, 06:09 AM
Octocat Octocat is offline
Approved Member
 
Join Date: Dec 2011
Posts: 22
Default

Type of improvement:
API Method to send radio commands.

Explanation of proposals:
Add API method for sending radio commands from the script.
Like SendRadioCommand(AiActor actor, RadioCommand command), where:
actor - AiAirGroup or AiAircraft;
command - enumeration of radio command types;

Benefits:
Mission designers can use this feature to build more interesting and live environment.

EDIT: *** This post about controlling AI behavior through radio commands API ***

Last edited by Octocat; 01-24-2012 at 05:58 PM.