Browse Scripts
2 scripts available
[pshaiCmd] ArrayRemove
stableSimple custom command to remove a cell from an array. Usage testample: local testArr1 = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', '...
[pshaiCmd] ArrayRemove2
stableSimple command to remove value(s) from the array. Usage testample: local testArr1 = {'a', 'a', 'b', 'c', 'a', 'b'} local testArr2 = {1, ...