what i'm would like to do is to lock the camera onto a missile that has IRLOCK... so after the missile is fired without a LOCKED target, the user would be able to steer the missile to a target in real-time... much like a Stinger missile... but I can't seem to find anything like that ! has this been done before?
i found this piece of code somewhere but I'm not quite sure how to implement it properly...
-this addeventhandler ["Fired", {if ((_this select 1) == "TOWLauncher") then {TOW switchcamera "internal"}}]
any assistance will be greatly appreciated...