setFriend: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
mNo edit summary |
||
Line 5: | Line 5: | ||
|1.00|= Game version | |1.00|= Game version | ||
| eff = global |= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Sets how friendly side1 is with side2. For a value smaller than 0.6 it results in being enemy, otherwise it's friendly. | | Sets how friendly side1 is with side2. For a value smaller than 0.6 it results in being enemy, otherwise it's friendly. | ||
Intended to be used on mission start. Changing value during mission can cause unexpected errors in AI behavior. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 26: | Line 30: | ||
| [[getFriend]] |= SEEALSO | | [[getFriend]] |= SEEALSO | ||
| | |mp= Have effect only when called on server |= MPBEHAVIOUR | ||
}} | }} |
Revision as of 09:23, 4 April 2013
Description
- Description:
- Sets how friendly side1 is with side2. For a value smaller than 0.6 it results in being enemy, otherwise it's friendly. Intended to be used on mission start. Changing value during mission can cause unexpected errors in AI behavior.
- Multiplayer:
- Have effect only when called on server
- Groups:
- Uncategorised
Syntax
- Syntax:
- side1 setFriend [side2 , value]
- Parameters:
- side1: Side
- [side2 , value]: Array
- side2: Side
- value: Number
- Return Value:
- Nothing
Examples
- Example 1:
WEST setFriend [RESISTANCE, 0];
Additional Information
- See also:
- getFriend
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
- Kronzky
- This command might be buggy in ArmA (or the description regarding enemy status is wrong). See this discussion.
- Ceeeb
- Setting the civilian side to be the enemy of any other side will result in the other side attacking inanimate mission editor placed objects such as empty vehicles and static objects, since these objects belong to the civilian side.
- T_D
- Be aware that this command only sets the friendliness of one side. If you want to have both sides attacking each other, you have to set both:
Resistance setFriend [East, 0]; East setFriend [Resistance, 0];
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands OFP Elite
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters