Guest User

Untitled

a guest
Jan 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for($i = 0; $i <= count($amount_crystals_color) - 1; $i++)
  2. {
  3. $array = array_fill(0, $amount_crystals_per_color_stack, $crystals_array[$i]);
  4. $i++;
  5. }
Add Comment
Please, Sign In to add comment