Skip to content

Instantly share code, notes, and snippets.

@barbuse
barbuse / guidedMissile.sqf
Last active June 5, 2021 21:14
Script for Arma 3 that creates a guided missile to a designated target
/*
Guided Missile script V.1.1 created by Barbuse, dec 2016
To use this script add the following code into a trigger:
nul=[target, startLocation, missileType, missileLaunchingHeight] execVM "guidedMissile.sqf"
For exemple, if the target is laser designated by the player:
nul=[laserTarget player, getPos startLocation, "M_Scalpel_AT", 500] execVM "guidedMissile.sqf"
*/