01-17-2018, 01:58 AM
(01-17-2018, 01:35 AM)Melana Wrote: Yes, that works fine.
The only complicated thing is to have a complete uncommon order without a specific sorting.
Like adding weapon[67],weapon[64] and weapon[70], and then weapon[5], weapon[8] and weapon[2] just because you want them in that specific order without a reason.
Might be very unlikely though.
Im not sure why it changes the natural order of the array in the first place other than it is creating a new one that is referencing the original $game_temp.shop_goods but not directly using it.
Maybe someone a little more experienced than I would know.