MultiGamer Posted March 5, 2015 Report Share Posted March 5, 2015 Hi all! Please tell me how to properly use foreach in the scripts? So it is possible:? [] call _magazo; _magazo = {This is code} forEach _magazo; How to make repeating steps? Link to comment Share on other sites More sharing options...
0 KiloSwiss Posted March 5, 2015 Report Share Posted March 5, 2015 Use google to get to the wiki pages about "forEach", "call" (and how to pass Arguments to a function) and "magic variables" ("_x" and "_forEachIndex").Then go to http://www.killzonekid.comand read his scripting guides.Greez KiloSwiss Link to comment Share on other sites More sharing options...
0 shurix Posted March 7, 2015 Report Share Posted March 7, 2015 https://community.bistudio.com/wiki/forEach Link to comment Share on other sites More sharing options...
Question
MultiGamer
Hi all!
Please tell me how to properly use foreach in the scripts?
So it is possible:?
How to make repeating steps?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now