"/c (items)|(list)" Creates a multidemensional list. Example: /c 3x3|2d array --> Creates a list named "2d array" with 3 rows and 3 columns. "/g (item)|(list)" Gets an item of a list. Example: /g 2,1|2d array -> Gets the item at row 2 column 1 in the list "2d array". "/r (item)|(string)|(list)" Replaces an item in a list with text. Example: /r 2,2|Hey!|2d array -> Replaces the item at row 2 column 2 in the list "2d array" with "Hey!". "/ra (string)|(list)" Replaces all items in a list with text. Example: /ra lol|2d array -> Replaces all items in the list "2d array" with "lol". "/s (item)|(item2)|(list)" Switches two items in a list. Example: /s 2,2|3,2|2d array -> Switches item 2,2 and 3,2 in the list "2d array". "/co (list)|(list2)" Copys one list into another. Example: /co 2d array|another 2d array -> Copys the list "2d array" into the list "another 2d array".
Please use only with credit. Blocks in project. 100% by me :)