7 blocks to manage NDS (NOOOAAA dot-slash) arrays, a new system made by me! click see inside for the blocks. use V1: Item [#] of [Array] - gets the corresponding item from an array. Length Of [Array] - gives the length of the array. Item number of [#]th [string] in [array] - gets the number for a specific item in the array. Add [string] to [Array] - Adds an item to the array. Remove # [#] From [Array] - Removes the specified item from the array. Replace [#] Of [Array] With [string] - Replaces an item in an array with a string. Item Number Of [#]th [Item] in [Array] - finds the index of the #th [item]. Item Number of last [Item] im [Array] - gets the final [Item] in the array.