02-25-2016, 02:18 PM
Dear VVulfman, there is a littile bug.
For example: If im about to make a flower who gives me 10 items if I dig it, it always gives only 1 one of it despite the fact that I wrote someting else.
Like this:
$scene = Scene_Herb.new(33, 2, 30,
6, 17)
Now, it should give me 17 times of Item 33, when I dig it. Right? But it only gives me one of it everytime. Hm...
For example: If im about to make a flower who gives me 10 items if I dig it, it always gives only 1 one of it despite the fact that I wrote someting else.
Like this:
$scene = Scene_Herb.new(33, 2, 30,
6, 17)
Now, it should give me 17 times of Item 33, when I dig it. Right? But it only gives me one of it everytime. Hm...