Traxx Posted August 22, 2012 Posted August 22, 2012 (edited) Hi, I Need the Function Name/Syntax to activate Groups. for i = 1, 95, 1 do if math.random(0, 100) <= 33 then [color=red]activate_group("Unit #"..i)[/color] end end I Need the Red Part. And give it a Framework or a simpel List of Script Functions in DCS ? EDIT: Give it a Function to write a Chat Message with Script? thanks Traxx Edited August 22, 2012 by Traxx
Weltensegler Posted August 23, 2012 Posted August 23, 2012 EDIT: Give it a Function to write a Chat Message with Script? thanks Traxx If I am not mistaken the msg part is explained here..probably rather end of part 1 or part2. Can't watch and confirm ATM. 4790K@4,6Ghz | EVGA Z97 Classified | 32GB @ 2400Mhz | Titan X hydro copper| SSD 850 PRO ____________________________________ Moments in DCS: --> https://www.youtube.com/user/weltensegLA --> WELD's cockpit: --> http://forums.eagle.ru/showthread.php?t=92274
Traxx Posted August 24, 2012 Author Posted August 24, 2012 If I am not mistaken the msg part is explained here..probably rather end of part 1 or part2. Can't watch and confirm ATM. I search the Function without slmod. I have fond the void net.send_chat in DCS World\Scripts\net\readme.txt, but it dosen`t works. I Need the Chat Funktion only to check the Scriptloop, not that important. The Activate Group Funktion is mutch more important. This simpel loop replaced 100 Trigger for randomactivate enemys.
Recommended Posts