Search the Community
Showing results for tags 'complete'.
Found 3 results
-
I am proud to present my new mod for Arma 3, in a (hopeful) series of alternate universe planes. the F-201 Sparrowhawk, a retextured To-201 Shikra for the NATO Faction Download: https://steamcommunity.com/sharedfiles/filedetails/?id=1952473306 Backstory The F-201 Sparrowhawk is a fifth-generation, single-seat, twin-engine, all-weather tactical fighter jet. The aircraft was designed by a venture between two American companies, with the goal to build a highly agile and maneuverable air-superiority fighter. The F-201 also has ground attack capabilities, and is able to support various weapons configurations via its conventional pylons, but also its internal weapons bay. The program was marred by accusations of technology theft by the People's Liberation Army Air Force (PLAAF), with claims by criticis that the technology behind the F-201 was used in the J-181 Tiger Hornet. Features Two reskinned Shikra's for the NATO faction Two liveries available in the virtual garage, Camo and Grey Zeus compatability Credits Polpox for helping me out with virtual garage stuff Krytera on A3 Hub for suggesting this NOTES A BISIGN key is included for those wishing to add the mod to their server or modpacks. Alternate livery only available in the virtual garage. This mod is covered under Arma Public Licence (APL), if you use the content of my mod for your own modifications, please ensure that i am publically (and visibly) credited.
-
Complete Task When A Specific Kills Are Numbered
black_hawk_mw2_87 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello, community! I am testing a VR scenario with VR AI - 0_Soldier_VR_F, called tgt0. The hits on him are counted by a script which also checks his condition, depending on where the AI's being shot. But what I want to know is how to complete a task, when a specific number of kills of the same class spawning VR soldier is counted. For example, when I kill the VR AI x times, the task will be completed. What can I do about this? Thank you in advance! 🙂 -
Update task when spawned group are Dead? NOOB
BrashAdam posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm making a mission where on a task completion, a group of OPFOR spawn at a marker and follow a series of waypoints to attack my location. I'm running a .sqf for the spawned group and everything is going fine as far them spawning and moving goes. The problem I'm having is that I want my new task to update when the group are dead. Enemy group = enemy1 I have a new task and a task state module set up with a trigger, the new task module is linked to my player. the task is assigning and display correctly but not updating when enemy1 are all dead. In the trigger condition line I have; {alive _X} count units enemy1 == 0; the trigger is linked to the task state module which is set to succeeded. I've tried the above with a group I have placed on the map and it worked fine, just wondering if there is something different you need to do for a spawned group.