Jump to content

Recommended Posts

Posted

Salutations,

 

Please share with me how to get a message to display with the flight of craft have been destroyed. I assume it will require a counter trigger that accounts for each crafts destruction. I have it working with one craft but how does one include the second or third destruction 'before' the message is displayed? Thanks. :mellow:

Posted (edited)

Here is a test mission that uses the multi-input counter, from the editor manual (see pg. 94 and 292). You fly a Yak-1 (invulnerable, unlimited ammo) and attack a flight of three He-111s. When you have shot down the last plane, a victory message appears.

 

JimTM-Test Multi-Input Counter.zip

Edited by JimTM
Posted

Thank you. I shall check it out. :salute:

Posted

I 'don't have a look to Jim mission, but it should be similar to that :

 

Plane 1/2/3

 

2 Counters.

 

Counter 01 set on 2

Counter 02 set on 3.

 

Each counter are link to a subtittle.

 

In the plane property, use the onkill event, and link it to the 2 counter. One condition for each counter.

 

Plane will have :

On killed ---- Counter 01

On killed ---- Counter 02

 

 

The construction will be

 

plane 1 --- On killed --- Counter 01 --- Add target--- Subtitle 01

Posted

Thanks, I got it working. All is right with the world. :biggrin:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...