Jump to content
SaltyMedic

Adding UAV terminal to mission

Recommended Posts

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

you got a little typo in your supply box init.

it should be:

clearMagazineCargo this;
clearweaponcargo this;
this addItemCargo ["b_uavterminal", 1];
  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×