3
« on: Jun 12, 2022, 10:13 PM »
One element is randomly selected in the array. If the item itself happens to be another array, then an item inside that array will be selected at random. You can nest as many arrays as your want. The point of this mechanic is to allow different variants of a particular item to be selected at random without affecting the odds of other main items. Take this line for example:
["wep", [["MMG_02_sand_F", "MMG_02_camo_F", "MMG_02_black_F"], ["MMG_01_tan_F", "MMG_01_hex_F"]], RANDOM_BETWEEN(2,4), RANDOM_BETWEEN(2,4)],
First, it will randomly pick between Navid and SPMG arrays. Then, it will it pick a random camo in that array.