Anski Posted January 7, 2016 Posted January 7, 2016 (edited) hi, it would be nice to have in "actions" the possibility of placing a "or" (as in conditions) with this, with a condition, there might be different results, randomly actually is: if codition1 or condition2, then action1. It would : if condition1 or condition2, when action1 or action2 or 3 ... ! okay? :D I do not know if this is possible in a future update, but hey you never know ... ty EDIT : I tried changing the assignment file (renaming .miz .zip) and adding the line "or" copied / pasted from conditions. Result, there is no error, but the actions running simultaneously ... Edited January 7, 2016 by Anski
mwd2 Posted January 7, 2016 Posted January 7, 2016 You can do it with lua scripts. Playing: DCS World Intel i7-13700KF, 64GB DDR5 @5600MHz, RTX 4080 ZOTAC Trinity, WIN 11 64Bit Prof. Squadron "Serious Uglies" / Discord-Server: https://discord.gg/2WccwBh Ghost0815
Stonehouse Posted January 7, 2016 Posted January 7, 2016 Are you thinking a set of actions from which one is chosen at random if the condition is satisfied? Otherwise from a logic point of view DCS would need a sub condition on the action to allow it to choose the right one. You could probably do something similar already by having very similar but mutually exclusive conditions with a different action on each one if you see what I am getting at.
Anski Posted January 8, 2016 Author Posted January 8, 2016 For now, I'm doing differently using random flags and that's fine, except that it adds lines of the rules, to simplify it was what I was thinking about it
Recommended Posts