Jump to content
Sign in to follow this  
febriannas

what is the right way to type THISLIST and EACHOF in trigger editor

Recommended Posts

I think you mean "forEach", there is no "eachOf" command (that I'm aware of anyway).

https://community.bistudio.com/wiki/Category:Scripting_Commands_Arma_3

Set the trigger to "Side Present" for x1, x2 and x3, whichever side they are;

trigger condition:

x1 in thisList || x2 in thisList || x3 in thisList;

trigger activation:

{_x setPos (getPos xflag2)} forEach [x1,x2,x3];

Edited by OpusFmSPol
realized it was an A3 trigger shown - changed commands list to A3

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×