setNameSound: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Wrong version of the game.)
(Added valid options and changed example to a working example)
Line 17: Line 17:




|x1= <code>unit1 setNameSound "JohnDeeSound"
|x1= <code>unit1 setNameSound "dixon";
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


Line 31: Line 31:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on August 28, 2013
<dt class="note">'''[[User:kylania|kylania]]'''<dd class="note">
'''nameSound''' can be any preset BIS recorded name value.  By default units will be called out in voice by their number.  By using nameSound you can call them out by name using the following values:
''Default:''
Armstrong
Nichols
Tanny
Frost
Lacey
Larkin
Kerry
Jackson
Miller
McKendrick
Levine
Reynolds
''BLUFOR:''
Adams
Bennett
Campbell
Dixon
Everett
Franklin
Givens
Hawkins
Lopez
Martinez
O'Connor
Ryan
Patterson
Sykes
Taylor
Walker
''OPFOR:''
Amin
Masood
Fahim
Habibi
Kushan
Jawadi
Nazari
Siddiqi
Takhtar
Wardak
Yousuf
''INDEPENDENT:''
Anthis
Costa
Dimitirou
Elias
Gekas
Kouris
Leventis
Markos
Nikas
Nicolo
Panas
Petros
Rosi
Samaras
Stavrou
Thanos
Vega
''CODE NAMES:''
Ghost
Stranger
Fox
Snake
Razer
Jester
Nomad
Viper
Korneedler


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 16:45, 19 September 2013

Hover & click on the images for description

Description

Description:
Sets the nameSound of a person.
Groups:
Uncategorised

Syntax

Syntax:
person setNameSound name
Parameters:
person: Object
name: String
Return Value:
Nothing

Examples

Example 1:
unit1 setNameSound "dixon";

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on August 28, 2013
kylania
nameSound can be any preset BIS recorded name value. By default units will be called out in voice by their number. By using nameSound you can call them out by name using the following values: Default: Armstrong Nichols Tanny Frost Lacey Larkin Kerry Jackson Miller McKendrick Levine Reynolds BLUFOR: Adams Bennett Campbell Dixon Everett Franklin Givens Hawkins Lopez Martinez O'Connor Ryan Patterson Sykes Taylor Walker OPFOR: Amin Masood Fahim Habibi Kushan Jawadi Nazari Siddiqi Takhtar Wardak Yousuf INDEPENDENT: Anthis Costa Dimitirou Elias Gekas Kouris Leventis Markos Nikas Nicolo Panas Petros Rosi Samaras Stavrou Thanos Vega CODE NAMES: Ghost Stranger Fox Snake Razer Jester Nomad Viper Korneedler

Bottom Section