Jump to content
Sign in to follow this  
kocrachon

Ammo check?

Recommended Posts

So I am making a mission and I wanted to set a trigger to where when a tank has used a percentage of his ammo, the trigger tells him to go to a new waypoint.

But I cannot seem to figure out how to find out when he is down to 25% ammo. The only script commands I can think of are someammo and need reload.

Share this post


Link to post
Share on other sites

umm... thats kind of confusing... so the trigger would be

"condition"

player sidechat format [%1, M2 ammo "100_rnd_m2"]

on actication

M2 setvehicleammo 1

?

Share this post


Link to post
Share on other sites

Put this into condition of the move waypoint:

tank1 ammo "m256" < 15

This should make the tank move when it has less than 15 shells left.

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  

×