Hi, soo recently i decided to make industrial game, but the problem is that i don’t know how i can store machine data, each machine will have random input, and i don’t know how to detect them, any idea?
What do you mean by a random input?Can you more in-depth explain your life goals.
1 Like
oh sorry, i wanted to say specific input, for example smelter have one input, when mixer have 2
so like you put two ore in mixer and one ore in smelter. Then you can use object value and check if ore1 is empty value if ore2 is and when they both ARENT empty then it mixes those ore which is the both ObjectValue.
1 Like
Ok, i found t hat tables can do the job, and for loop with touched event, items are physical soo yea, no problem with that
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.