Hello,
i loop through an array with FOR EACH, when i found what i am looking for
i want to leave the loop. How i do this?
System Stop Loop doesn't work.
Develop games in your browser. Powerful, performant & highly capable.
Don't use Array.ForEach, use System.For, then you can use System.Stop