Mando Bombs (mando_bombs_basic_mapclick.sqf)

By Mandoble

mando_bombs_basic_mapclick.sqf

Calls for bomb run or air support (free fall or SADARM) by clicking coordinates on the map.

This script requires the presence of mando_bombs.sqf, mando_bombs_effects.sqf, mando_bombs_sadarm.sqf, mando_basic_airsupport.sqf and mando_basic_bombrun.sqf.
 

Script parameter Description
Plane type Plane type to perform the attack.
Mission type true = air support, false = single bomb run.
Attack type true = SADARM, false = free fall bombs.

Example:

res = ["AV8B2", false, false]execVM"mando_bombs\mando_bombs_basic_mapclick.sqf"