//Add the current block to the elimination array.
var TempArray = new Array(Elimination);
TempArray.Add(c);
Elimination = TempArray.ToBuiltin(int);
SearchOver = false;
I’ll try to patch together as much as I can… I am trying to port over a javascript asset store starter pack to c#… I just cannot read script, and pretty much everything I have is in C#…