globalRadio
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Make a unit send a message over the global radio channel. The message is defined in the description.ext of the mission and may contain text and sound.
Syntax
- Syntax:
- Unit globalRadio "ClassMessage"
- Parameters:
- Unit: Person or Vehicle
- ClassMessage: String - the name of the message class in the description.ext
- Return Value:
- Nothing
Examples
- Example 1:
_soldierOne globalRadio "messageOne"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- sideRadio, groupRadio, vehicleRadio

