I was having trouble getting that to function so I made this instead
For each x
Array.CurValue != Array.At(Array.CurX+1)
Array.CurValue != Array.at(Array.CurX-1)
Action: Delete Array.IndexOf(Array.CurValue) from X axis
For some reason it's only working like half the time, what am I doing wrong?