Hi all , how to write a script that will alow enemy attacks on me ( to my region ) evry 10 min , with 4 figther bombers ?
Kind regards , Marko
how to script enemy air attack
- Gareth
- Leutnant

- Beiträge: 542
- Registriert: 31.07.2006, 01:40
- Wohnort: nicht mehr Dortmund
- Kontaktdaten:
Re: how to script enemy air attack
Perhaps these threads will help a bit. It is not exactly what you asked for but perhaps there is stuff enough to figure it out. I also could build an example mission as soon as I can find some free time.
viewtopic.php?t=19898
viewtopic.php?t=20345
viewtopic.php?t=9837
viewtopic.php?t=19898
viewtopic.php?t=20345
viewtopic.php?t=9837
Free Ukraine from russian aggression!
- zarathustra
- Feldwebel

- Beiträge: 302
- Registriert: 06.01.2015, 22:00
- Wohnort: Moskau, Russland
- Kontaktdaten:
Re: how to script enemy air attack
You're setting very general conditions; they can be implemented in many different ways.
The simplest (schematically):
1. Set an alarm for a 10-minute loop.
2. When the alarm rings, complete the task:
The simplest (schematically):
1. Set an alarm for a 10-minute loop.
2. When the alarm rings, complete the task:
- Add 4 enemy fighters to the player
Add 4 fighter sorties to the enemy player
Start an air route... points...
Send 4 enemy fighters along the air route
Re: how to script enemy air attack
Roger thatzarathustra hat geschrieben: 20.06.2026, 09:25 You're setting very general conditions; they can be implemented in many different ways.
The simplest (schematically):
1. Set an alarm for a 10-minute loop.
2. When the alarm rings, complete the task:
- Add 4 enemy fighters to the player
Add 4 fighter sorties to the enemy player
Start an air route... points...
Send 4 enemy fighters along the air route

