Gierasimov Posted September 26, 2024 Posted September 26, 2024 Hi I wonder if anybody can help me with this little scripted action: 2 units: Insurgents-QRF-AAA-1 & Insurgents-QRF-MANPAD-1 Unit 1 Activated on trigger / visible before activation - semi truck drives to location - waypoint 8, at the waypoint I want it to perform command, run script to activate unit 2. Unit 2 - late activation (idea to activate when Insurgents-QRF-AAA-1 gets to its final waypoint, but not on zone if possible) Is this something easy to do? Thanks! null Intel i7-13700KF :: ROG STRIX Z790-A GAMING WIFI D4 :: Corsair Vengeance LPX 64GB :: MSI RTX 4080 Gaming X Trio :: VKB Gunfighter MK.III MCG Ultimate :: VPC MongoosT-50 CM3 :: non-VR :: single player :: open beta
Solution jonsky7 Posted September 26, 2024 Solution Posted September 26, 2024 Yep local group = Group.getByName('name_of_group_to_be_activated') group:activate() script activate.miz
Gierasimov Posted September 27, 2024 Author Posted September 27, 2024 Thank you kindly @jonsky7 Intel i7-13700KF :: ROG STRIX Z790-A GAMING WIFI D4 :: Corsair Vengeance LPX 64GB :: MSI RTX 4080 Gaming X Trio :: VKB Gunfighter MK.III MCG Ultimate :: VPC MongoosT-50 CM3 :: non-VR :: single player :: open beta
Recommended Posts