Riksen 183 Posted October 6, 2015 Hello guys, I'm quite new to Arma 3 as well as scripting but after some research I managed to create a slowmotion/normal speed trigger attached to the radio channels Echo and Foxtrot so I can slow down time in order to give my units commands and stuff (I know i suck at it in regular speeds lol). Anyways, I managed to installed Iron Fronts in Arma 3 and I tried to do the same but, as you guys already know, the Iron Front units cant use radios so I got stuck and I have no idea how to create a mission in which Im able to activate those triggers. Could anyone here help me? Regards Riksen Share this post Link to post Share on other sites
Ranwer135 308 Posted October 6, 2015 Try this: (You will have to scroll or using the keys [ and/or ], to access the action menu) player addAction ["Time (Normal)", {setAccTime 1}]; player addAction ["Time (Medium)", {setAccTime 0.5}]; player addAction ["Time (Slow)", {setAccTime 0.25}]; Take note that setAccTime does not work with Multiplayer. 1 Share this post Link to post Share on other sites
Riksen 183 Posted October 6, 2015 Thank You Ranwer135, I truly appreciate your answer and the help. I'll test it out tonight and let u know the results ... Regards Share this post Link to post Share on other sites
Riksen 183 Posted October 7, 2015 It worked! Thank u so much! Share this post Link to post Share on other sites
Riksen 183 Posted December 16, 2015 Is there anyway I can put those action commands in the Custom menu (the one available when u press 0 and then 9)? Share this post Link to post Share on other sites
Digital Dream gaming 0 Posted September 4, 2023 It might be me being dumb but I tried this and It doesn't work given it is almost ten years later Share this post Link to post Share on other sites
pierremgi 4898 Posted September 4, 2023 1 hour ago, Digital Dream gaming said: It might be me being dumb but I tried this and It doesn't work given it is almost ten years later That work. So, the question is : what did you script?, where? Share this post Link to post Share on other sites
mrcurry 505 Posted September 5, 2023 On 9/4/2023 at 5:53 PM, Digital Dream gaming said: It might be me being dumb but I tried this and It doesn't work given it is almost ten years later Also read the notes at the top of https://community.bistudio.com/wiki/setAccTime Share this post Link to post Share on other sites