View Single Post
  #6  
Old 03-28-2019, 09:48 PM
mx4life
Fire Beetle
 
Join Date: Mar 2019
Posts: 9
Default

Quote:
Originally Posted by Uleat View Post
Does it work sometimes?

You may be sending items = {0, 1} ..

..which would yield:
Code:
zone->random.Int(0, 0)
and
Code:
zone->random.Int(0, -1)
How would sending "items = {0, 1}" yield "zone->random.Int(0, -1)"??

The variable "items" is the number of variables sent to ChooseRandom, so how could that be -1? And there is already a check for if it is < 1.
Reply With Quote