Login

Fancade Wiki

Updated List Element.md (markdown)

... ...
@@ -9,6 +9,11 @@ Input:
9 9
Output:
10 10
- Elements: Outputs the value from the list with the index. It can also be used with [[Set Reference]] to set the value for that index.
11 11
12
## Notes
13
14
- Every variable can be treated as a list or a scalar (non-list). When a variable is accessed as a scalar, it points to its value at index 0.
15
- A non-integer index number is rounded down to the next smallest integer.
16
12 17
## Example
13 18
14 19
Here is the script for when a player shoots a bullet.
Fancade Wiki