setNameSound: Difference between revisions
Jump to navigation
Jump to search
m (added default value (v1.08)) |
mNo edit summary |
||
Line 33: | Line 33: | ||
<dd class="notedate">Posted on September 19, 2013 | <dd class="notedate">Posted on September 19, 2013 | ||
<dt class="note">'''[[User:kylania|kylania]]'''<dd class="note"> | <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: | |||
'''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:'' | ''Default:'' | ||
Line 111: | Line 110: | ||
Viper | Viper | ||
Korneedler | Korneedler | ||
<dd class="notedate">Posted on December 22, 2013 - 19:08 (UTC) | |||
<dt class="note">'''[[User:Lou Montana|Lou Montana]]''' | |||
<dd class="note">setting an incorrect value like "0" or "randomString" will remove the callsign (" ''/* 2, */'' fall back") | |||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 19:10, 22 December 2013
Description
- Description:
- Sets the nameSound of a person.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
unit1 setNameSound "dixon";
- Example 2:
unit1 setNameSound ""; // will reset to default behaviour
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 September 19, 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 OConnor 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
- Posted on December 22, 2013 - 19:08 (UTC)
- Lou Montana
- setting an incorrect value like "0" or "randomString" will remove the callsign (" /* 2, */ fall back")