Jump to content

Radar in the vicinity of a target


Recommended Posts

ITAF_Airone1989
Posted

I'm sorry to have to bore you with such a simple question but I can't make that when a plane approaches a target the opposite faction is notified with an on-screen message.
I read the manual, I copied from other missions, I tried to invent but nothing.
would anyone be kind enough to explain me step by step how to do it?
(I'm on my first mission.)
Thanks a lot!

Posted

Hi Airone,

 

begin mission => timer => Check-zone ennemy => subtitle for friendly

ITAF_Airone1989
Posted (edited)
38 minutes ago, -IRRE-Genius said:

Hi Airone,

 

begin mission => timer => Check-zone ennemy => subtitle for friendly


I knew it was so (-IRRE-)Simpel thing.. It works! Many thanks Genius!

Edited by ITAF_Airone1989
ITAF_Airone1989
Posted

This is great! ? Thanks Sketch!! 

  • Upvote 1
  • 1 year later...
ITAF_Airone1989
Posted
On 11/17/2020 at 4:30 PM, Sketch said:


Hi Sketch,

I was thinking if it was possible to modify the radar so that a message is sent only once a TOT number of enemy planes enter the area.

It might work?
Spotter -> counter (5 planes) -> Switcher -> Timer -> Message

Posted

Use a Complex Trigger with onEnteredAlive event. Each time a plane enters the Complex Trigger, you can count it.

 

Complex Trigger onEnteredAlive -> Counter(5) -> Timer -> Subtitle

 

Use a Modifier MCU to take away 1 from the Counter, each time a plane leaves the Complex Trigger.

 

Complex Trigger onLeave -> Modifier(-1) -> Counter

 

  • Thanks 1

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...