Zell Posted April 7, 2020 Posted April 7, 2020 (edited) It's not already time to implement a foreach? for( .@i = 0; .@i < getarraysize(.@array); .@i++) { dispbotom "Val is " + .@array[.@i]; } We could use: foreach( .@val : .@array ) { dispbottom "Val is " + .@val; } I could try to implement this but the script parser it's a bit confuse to me and I think someone could implement this better than me Edited April 7, 2020 by Zell 6 1 Quote
EAJ_BASEMASK Posted July 11, 2024 Posted July 11, 2024 On 7/3/2024 at 4:38 PM, WhiteEagle said: A bit late, but im up for this too~ Why not use inarray(); Quote
Rynbef Posted January 13 Posted January 13 I can really give +1 for it. It should be rly great! Rynbef~ Quote
rokimoki Posted February 3 Posted February 3 Also would be awesome to learn how to do that, if some one can make a video doing it and explaining xd. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.