Setarray: Difference between revisions
Jump to navigation
Jump to search
Dr. Kylstien (talk | contribs) mNo edit summary |
Dr. Kylstien (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
setarray < | setarray <[[gamearray]]>[<index>] <[[gamevar]]> | ||
Sets <gamevar> to the value of <index> in < | Sets <[[gamevar]]> to the value of <index> in <[[gamearray]]>. This is the only way to modify a [[gamearray]]. |