skill vehicle
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Returns current level of ability of person, in range between 0 and 1. Skill 1 is highest skill.
Type can be one of:
- aimingAccuracy
- aimingShake
- aimingSpeed
- endurance
- spotDistance
- spotTime
- courage
- reloadSpeed
- commanding
- general
Syntax
- Syntax:
- Number = Person skill "type"
- Parameters:
- Person: Object
- type: String As above
- Return Value:
- Number Range 0 to 1
Examples
- Example 1:
_sk = skill _loon1
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- setSkill array
Notes
Notes
Notes
-
Skill of AI units set via the slider in unit placement screen varies from 0.2 to 1.0.
If superAI is enabled all units have skill of 1.0 regardless of the skill slider.

