Updated List Element.md (markdown)
commited
commit
4c069872da1d1382180b805a978c6a6f0d9dc3c2
... | ... | @@ -3,7 +3,7 @@ Gets a value stored in a list, with index starting from 0 (max 1,048,575). The o |
3 | 3 | [[/uploads/List Element.png|width=336px]] |
4 | 4 | |
5 | 5 | Input: |
6 | - Variable: The variable for the list. It only accepts the output of a Get Variable, any output from a different block and the script won't plug. |
|
6 | - Variable: The variable for the list. It only accepts the output of a Get Variable or another List Element, any output from a different block and the script won't plug. |
|
7 | 7 | - Index: Every value in a list is assigned an index (think of it as an ID number). We plug an index to get value from the list with the assigned index. |
8 | 8 | |
9 | 9 | Output: |