addRating: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed global to local variable to make clear the variable)
mNo edit summary
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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. |= 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 zero, the unit is considered "renegade" and is an enemy to everyone.|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 12:55, 13 October 2008

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 zero, the unit is considered "renegade" and is an enemy to everyone.
Groups:
Uncategorised

Syntax

Syntax:
Person addRating rating
Parameters:
Person: 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