addRating: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>addRating 2000</pre> |= Example 1
|x1= <pre>player addRating 2000</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:48, 22 April 2007

Hover & click on the images for description

Description

Description:
Add a number to the rating of a unit. 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 zero, the unit is considered "renegade" and is an enemy to everyone.Negative values will remove from the rating.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
player addRating 2000

Additional Information

See also:
rating

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