You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
choice = integer(0, items[0].length - 1); but since integer returns [min,max), items[0].length - 1 will never be rolled, resulting in last value of array to be excluded from output.
The text was updated successfully, but these errors were encountered:
serjek
added a commit
to serjek/nexuslib-as3
that referenced
this issue
Dec 23, 2017
choice = integer(0, items[0].length - 1); but since integer returns [min,max), items[0].length - 1 will never be rolled, resulting in last value of array to be excluded from output.
The text was updated successfully, but these errors were encountered: