setFriend: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(add. ArmA2 classification) |
||
Line 45: | Line 45: | ||
[[Category:Scripting Commands OFP Elite |SETFRIEND]] | [[Category:Scripting Commands OFP Elite |SETFRIEND]] | ||
[[Category:Scripting Commands ArmA|SETFRIEND]] | [[Category:Scripting Commands ArmA|SETFRIEND]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] |
Revision as of 17:21, 3 June 2009
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.
- Groups:
- Uncategorised
Syntax
- Syntax:
- side1 setFriend [side2 , value]
- Parameters:
- side1: Side
- [side2 , value]: Array
- side2: Side
- value: Number
- Return Value:
- Nothing
Examples
- Examples:
- Example needed
Additional Information
- See also:
- See also needed
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];