Editor Tutorial 5 - 3 Useful BIS Functions

This video tutorial covers 3 useful BIS functions. These allow you to quickly configure AI groups with interesting behaviours without having to generate waypoints. BIS_fnc_taskAttack: [Group this, getMarkerPos "attack"] call BIS_fnc_taskAttack; https://community.bistudio.com/wiki/B... BIS_fnc_taskPatrol: [Group this, getMarkerPos "patrol", 100] call BIS_fnc_taskPatrol; https://community.bistudio.com/wiki/B... BIS_fnc_taskDefend: [group this, getPosATL this] call BIS_fnc_taskDefend; https://community.bistudio.com/wiki/B... The mission file can be found here: https://steamcommunity.com/sharedfile... If you wish to decompile the mission, follow Gunter's guide: https://forums.bohemia.net/forums/top... If you want to request a tutorial to be created, please leave a comment below describing what you would like to see.