Hi,first of all sorry for my bad english.
I'm trying to make like a fast food restaurant game.
There are three stage;
1)Take an order
2)Prepare the order
3)Deliver the order
Here is what i want to do;
When i touched to build -> If array x0 index is empty set order to array x0 index (first inventory slot) , if x0 index is not empty set order to x1 index (second inventory slot) .If x1 is not empty set order to x2 etc...
The first order works fine but when i tried to take more than one order,the orders stacks on same slot.I want to put them different slots.
How can i do that?
Here's my capx : https://dl.dropboxusercontent.com/conte ... /file?dl=1