I’m planning to make a GimDonalds game where you like basically grab stuff and give it to the person. I know the person is the sentry and all that stuff just have to tell me like how to serve the sentry it’s kinda hard for me.
Do the sentries have requests for specific items?
yes they do like fries, burgers, etc.
Alright.
Is there more than one line?
yeah since other people wanna play too
K. Might not be the most memory efficient since its 11 pm but i think i can do this.
Assign each menu item a Number
1 = Burger
2 = Fries
3 = Drink
4 = Combo (burger, fries, drink)
etc.
Now, once the lines are made. You need a number of buttons equal to the amount of menu items at the serving area for each one.
Depending on what you need, activate a different button.
EX:
itemrequired = 4 → activate button for a #4
#4 button pressed → check if you have a burger, fries, and a drink
check passed → serve the sentry and bring in the next one, while disabling the button and activating the next one needed.
timezones
timezones
ooh! thats good!
thanks @PhoenixWander I will get started on it tomorrow!
btw, 11pm? it’s 8:19 pm for me lol
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.