Is there a GetAt on Array ? If not how do i pick a value at a given index?
A little look at the manual.
The function is At
Array.At(x,y,z)
Develop games in your browser. Powerful, performant & highly capable.
Oh ok was looking at the wrong place ;D Thanks!