addRating: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(formatting description/example, added see also)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Add a number to the rating of a unit. Negative values can be used to reduce the rating. This command is usually used to reward for completed mission objectives. The rating is given at the end of the mission and is automatically adjusted when killing enemies or friendlies.  
| Add a number to the [[rating]] of a unit - negative values can be used to reduce the rating.
<br>This command is usually used to reward for completed mission objectives. The rating is given at the end of the mission and is automatically adjusted when killing enemies or friendlies.  


When the rating gets below -2000, the unit's side switches to "ENEMY" and the unit is attacked by everyone.|= Description
<br>When the rating gets below -2000, the unit's side switches to "ENEMY" ([[sideEnemy]]) and the unit is attacked by everyone.|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 25: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>player addRating 2000</pre> |= Example 1
|x1= <code>[[player]] [[addRating]] 2000;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Side relations]], [[ArmA: Rating Values|Rating Values]], [[rating]], [[rank]], [[setUnitRank]] |= See also
| [[Side relations]], [[ArmA: Rating Values|Rating Values]], [[rating]], [[rank]], [[setUnitRank]], [[sideEnemy]] |= See also


}}
}}

Revision as of 15:57, 18 April 2014

Hover & click on the images for description

Description

Description:
Add a number to the rating of a unit - negative values can be used to reduce the rating.
This command is usually used to reward for completed mission objectives. The rating is given at the end of the mission and is automatically adjusted when killing enemies or friendlies.
When the rating gets below -2000, the unit's side switches to "ENEMY" (sideEnemy) and the unit is attacked by everyone.
Groups:
Uncategorised

Syntax

Syntax:
unitName addRating rating
Parameters:
unitName: Object
rating: Number
Return Value:
Nothing

Examples

Example 1:
player addRating 2000;

Additional Information

See also:
Side relationsRating ValuesratingranksetUnitRanksideEnemy

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

Bottom Section