DixieITA Posted November 10, 2018 Posted November 10, 2018 Hi guys can help me to understand how to create a script ? I'll want to activate another group in same airport only if previus group dead... No found this option in trigger... thanks in advance!
Hardcard Posted November 10, 2018 Posted November 10, 2018 First you need to learn some Lua Also, check out the links from this post [sIGPIC][/sIGPIC]
feefifofum Posted November 10, 2018 Posted November 10, 2018 Really no need to dive into lua land for this unless you really want to. Check the box labeled "late activation" on your second group and create the following trigger in the regular ME trigger menu: 1 ONCE (second group, NO EVENT) ========= GROUP DEAD (group 1) ========= GROUP ACTIVATE (group 2) THE GEORGIAN WAR - OFFICIAL F-15C DLC
DixieITA Posted November 10, 2018 Author Posted November 10, 2018 ok but i need dcs control group dead or alive and start second group when someone enter in trigger...
feefifofum Posted November 10, 2018 Posted November 10, 2018 Seems like you haven't done a lot of research into how any of this works. I'd advise browsing the manual or watching a tutorial series on youtube. SUNTSAG and Ranger79 have both done quite a few videos going into detail. :thumbup: Click the trigger zone button, then click the map to place a trigger zone and type in the desired radius and name. Add a second condition checking for the player in the trigger zone. 1 ONCE (group 2 activate) ======= UNIT INSIDE ZONE (whomever, wherever) GROUP DEAD (group 1) ======= GROUP ACTIVATE (group 2) THE GEORGIAN WAR - OFFICIAL F-15C DLC
DixieITA Posted November 30, 2018 Author Posted November 30, 2018 (edited) ok but i'll want to spawn enemy aircraft random to populate map … ...like a dynamic mission...like CAP enemy Edited December 1, 2018 by Dixie[ITA]
Recommended Posts