Home |
Add a script
|
||
|---|---|---|---|
| Category | Contributor | Script Name: | |
Lists |
- Store data in lists as you would in a standard C++/Java multidimensional array.
Indicies are referred to like this: [1, 2, 3, 4], instead of the standard C++/Java style [1][2][3][4]. It saves the script parsing work :)
|
||