Determines whether or not items are replaced into the selection pool after being randomly selected.
<list>
list.name.replace
Read/Write
boolean
This property use this property to turn replacement on or off.
The following turns on replacement on a list:
<trial example>
/ onTrialBegin = {list.mountainRanges.replace = true;}
</trial>