addRating: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 43: Line 43:


[[Category:Scripting Commands|ADDRATING]]
[[Category:Scripting Commands|ADDRATING]]
[[Category:Scripting Commands OFP 1.99|ADDRATING]]
[[Category:Scripting Commands OFP 1.96|ADDRATING]]
[[Category:Scripting Commands OFP 1.96|ADDRATING]]
[[Category:Scripting Commands OFP 1.46|ADDRATING]]
[[Category:Scripting Commands OFP 1.46|ADDRATING]]

Revision as of 09:34, 25 September 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.(see Rating Values)
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