
Originally Posted by
metalcraze
There's an official BIS function that allows you to spawn LHD anywhere you want with a single string. It's included in Eagle Wing campaign where you can see 2 LHDs at once near Chernarussian coast during the intro
Thanks for that nice suggestion, I really found that entry in the first Mission of the campaign in the init.sqf
Code:
lhd1 call bis_ew_fnc_createLHD;
In the Editor a Logic has been placed called lhd1.
@Arse, you can also use Xeno´s kind of LHD spawning script. Just open up his longest day mission. But honestly I like the one metalcraze has provided above much more comfortable.