sideEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofpr |Game name=
| ofpr


|1.78|Game version=
|1.78


|gr1= Sides |GROUP1=
|gr1= Sides


| The enemy [[Side|side]] (used for renegades). Unit of this side is enemy to everyone.
| The enemy [[Side|side]] (used for renegades). Unit of this side is enemy to everyone.
<br>To become one, you can attack members of your own side or use [[addRating]].
<br>To become one, you can attack members of your own side or use [[addRating]].
<br>When below a [[rating]] of -2000 units switch automatically to this side. |DESCRIPTION=
<br>When below a [[rating]] of -2000 units switch automatically to this side.


| '''sideEnemy''' |SYNTAX=
| '''sideEnemy'''


| [[Side]] |RETURNVALUE=
| [[Side]]


|x1= <code>[[if]] ([[side]] [[player]] == [[sideEnemy]]) [[then]] {
|x1= <code>[[if]] ([[side]] [[player]] == [[sideEnemy]]) [[then]] {
     [[hint]] "We've got a renegade!";
     [[hint]] "We've got a renegade!";
};</code> |EXAMPLE1=
};</code>


| [[addRating]], [[rating]], [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideUnknown]], [[playerSide]], [[sideEmpty]], [[sideAmbientLife]], [[Side relations]] |SEEALSO=
| [[addRating]], [[rating]], [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideUnknown]], [[playerSide]], [[sideEmpty]], [[sideAmbientLife]], [[Side relations]]


}}
}}

Revision as of 12:26, 18 January 2021

Hover & click on the images for description

Description

Description:
The enemy side (used for renegades). Unit of this side is enemy to everyone.
To become one, you can attack members of your own side or use addRating.
When below a rating of -2000 units switch automatically to this side.
Groups:
Sides

Syntax

Syntax:
sideEnemy
Return Value:
Side

Examples

Example 1:
if (side player == sideEnemy) then { hint "We've got a renegade!"; };

Additional Information

See also:
addRatingratingSidesidewesteastresistanceciviliansideLogicsideFriendlysideUnknownplayerSidesideEmptysideAmbientLifeSide relations

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