Gamearray: Difference between revisions
Jump to navigation
Jump to search
Dr. Kylstien (talk | contribs) mNo edit summary |
Dr. Kylstien (talk | contribs) Fixed an inacurracy about reading from arrays. |
||
Line 1: | Line 1: | ||
gamearray <name> <size> | gamearray <name> <size> | ||
Defines | Defines a gamearray. Values in the array are accessed as <name>[<index>] with any command that reads from [[gamevar]]s. Values can only be set with [[setarray]]. | ||