BIS fnc stalk: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
Line 11: | Line 11: | ||
Script terminates if one of the groups is eliminated or if the optional condition is activated. | Script terminates if one of the groups is eliminated or if the optional condition is activated. | ||
|s1=[stalker, stalked, refresh, radius, endCondition, endDestination] spawn [[BIS_fnc_stalk]] | |s1= [stalker, stalked, refresh, radius, endCondition, endDestination] spawn [[BIS_fnc_stalk]] | ||
|p1= stalker: [[Group]] - the group that will move towards the other | |p1= stalker: [[Group]] - the group that will move towards the other |
Latest revision as of 23:12, 12 July 2022
Description
- Description:
- Continuously set WP of one group to a different group to hunt it. It does not change the group's behaviour.
Script terminates if one of the groups is eliminated or if the optional condition is activated. - Execution:
- spawn
- Groups:
- Object ManipulationCombat
Syntax
- Syntax:
- [stalker, stalked, refresh, radius, endCondition, endDestination] spawn BIS_fnc_stalk
- Parameters:
- stalker: Group - the group that will move towards the other
- stalked: Group - the group that will be followed
- refresh: Number - (Optional, default 10, minimum 5) time between waypoint updates
- radius: Number - (Optional, default 0, minimum 0) waypoint "precision"
- endCondition: Code - (Optional, default {false}) condition that if true stops stalker to follow stalked
- endDestination: String or Position or Object or Number - (Optional, default 0) destination stalker will go after endCondition is met (or stalked is killed)
- Return Value:
- Boolean - true when done
Examples
- Example 1:
- Example 2:
- Example 3:
- Example 4:
Additional Information
- See also:
- BIS_fnc_spawnGroup
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