rating: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
[[Category:Scripting Commands ArmA|R]] | [[Category:Scripting Commands ArmA|R]] | ||
<h2 style="color:#000066">'''rating ''unit'''''</h2> | <h2 style="color:#000066">'''rating ''unit'''''</h2> |
Revision as of 11:03, 23 April 2006
rating unit
Operand types:
unit: Object
Type of returned value:
Description:
Check unit rating.
Rating is increased for killing enemies, decreased for killing friendlies, can be changed by mission designer.
Example:
_score = rating player
Comments
Use addRating to change the rating of a unit.
The rating of the player is displayed as the "score" at the end of the mission.
In the description.ext, you define how many points it takes to get a perfect score, and all those pretty gold stars.