in my game there is a cooking system(duh..).
Here's how it works.
you have 1 "butter" and 1 "bread"
you use the butter and a dialog comes up saying:
What do you want to make?
Buttered Bread
Buttered Toast
So if you select "buttered bread" it gives you one "buttered bread" (provide that you have the ingredients) while deleting 1 "bread" and 1 "butter".
This is all well, however, it takes heck of a long time to make 10 "buttered bread" because you need to go to the "items" then select "BUTTER" then select "buttered bread".
So, does anyone know how I can change it to make a dialog saying:
How many?
1
2
5
10
while only giving you the selected amount of "buttered bread" if you have the right number of ingredients?
Thanks!