Hello,
While making my script i ran into a problem. i need to check for the array values 0,1,2.
Like this
if(mountainsTF == true && (x - mountainX[])){
Where mountainX is assigned a mountainX[0],mountainX[1],mountainX[2] values.
I would like to somthing like this,
x-mountainX[0-2]
but i dont think i cando that…
sorry im still learning Unityscipt(Javascript) and im sure theres an easy way to do this…