SaltyMedic 11 Posted November 9, 2015 I'm new to mission creating and I want to add a UAV to the mission. I can get a UAV to spawn in on the map, but I'm having difficulty getting the terminal. I've tried adding it to the person at the mission start and also adding it to a custom cargo box. For spawning in with the character I use this: this linkItem "B_UavTerminal"; For adding it to a custom supply box I do this: clearMagazineCargo this; clearweaponcargo this; this addItemCargo ["b_uavterminal, 1"]; The mission has me parachuting in. When I have the terminal added to the character. Every time I land, right before I hit the ground, my speed spikes and I either die or am severly injured. This seems to only happen when I try to jump in with the terminal I can't get it to show up in the box when I use the above. Any ideas? Thanks Jason Share this post Link to post Share on other sites
redface6666 11 Posted December 21, 2015 you got a little typo in your supply box init. it should be: clearMagazineCargo this; clearweaponcargo this; this addItemCargo ["b_uavterminal", 1]; 1 Share this post Link to post Share on other sites
SaltyMedic 11 Posted December 21, 2015 Ah, thank you! Share this post Link to post Share on other sites