Jump to content
Sign in to follow this  
Coffeecat

AV8 add and load! Magazine

Recommended Posts

I got a AV8 which i want to rearm with MK82 Bombs if it has less then 6 bombs. Got problems with the condition now:

((magazines Av8) find "6Rnd_Mk82") <=5 AND this AND ! isEngineOn Av8;

but with that the AV8 is rearming even with 6 bombs?! would appreciate some help! ty

Edited by Coffeecat

Share this post


Link to post
Share on other sites

Condition: this and Av8 ammo "Mk82BombLauncher_6"<6 and !isEngineOn Av8

magazines returns sets of 6 bombs and by default the AV-8B has only one. Even if you wanted to count the number of specific magazines, the correct syntax is {_x=="6Rnd_Mk82"} count magazines Av8.

Edited by Celery

Share this post


Link to post
Share on other sites

Thanks! I got 2 more questions, things i need for this mission-

-If plane gets under height 300, trigger goes off, should be simple but couldnt

find something so far.

-How can i make Shilkas and Tunguskas a bit more dangerous to a AV8 Harrier?

I allready set the know of presence to "now" for the AV8 and the Pilot but somehow the AA forces are not very dangerous.

Would like the Tunguskas shot at least missles so i have to use flares...

Share this post


Link to post
Share on other sites
-If plane gets under height 300, trigger goes off

The condition is getPos Av8 select 2<300

-How can i make Shilkas and Tunguskas a bit more dangerous to a AV8 Harrier?

I allready set the know of presence to "now" for the AV8 and the Pilot but somehow the AA forces are not very dangerous.

Would like the Tunguskas shot at least missles so i have to use flares...

Set the skill of the AA vehicles to full and perhaps use the reveal command: http://community.bistudio.com/wiki/reveal

Share this post


Link to post
Share on other sites

thanks! seems like they are shooting more now! guess il have to add enemy MIG´s also;-)

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
Sign in to follow this  

×