User Tools

Site Tools


array

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
array [2020/02/16 20:33] justinarray [2021/04/19 14:42] justin
Line 5: Line 5:
  
 ====Examples:==== ====Examples:====
 +<code bauxite>
 +array["ITEM_0001", "ITEM_0005", "ITEM_0008"]
 +</code>
 +User-defined list of [[item]] IDs (e.g. from which to randomly pick an item for the player).
 +
 <code bauxite> <code bauxite>
 group["room_01"] group["room_01"]
Line 39: Line 44:
 </code> </code>
 List of integers from 5 to, but not including, 0, with an increment of -1 (i.e. 5, 4, 3, 2, 1). List of integers from 5 to, but not including, 0, with an increment of -1 (i.e. 5, 4, 3, 2, 1).
 +
 +=====Functions=====
 +
  
 ~~NOTOC~~ ~~NOTOC~~
array.txt · Last modified: 2024/02/17 10:27 by justin