# mod_iwhore_limbusdraw ! Request the length of the array _length = ARRSIZE('$random') ! If there are no options, return 'ERROR' IF _length = 0: $RESULT = 'ERROR' EXIT END ! We select from the array a random element, resp. length of the array _variant = RAND(0, _length-1) ! Remember the result $RESULT = $random[_variant] ! Delete the waste element KILLVAR '$random', _variant --- mod_iwhore_limbusdraw ---------------------------------