Posted 07 January 2015 - 09:02 PM
Hey, I guess I'm basicly just wondering if I can do this or not, but I want to be able to program my turtle, so that, when I run the program, it'll ask me something like, "What can I do for you, Sir?" (like a butler), and then if I say something like cook, then it'll ask, "What do you want?", and then I'll say something like, "Steak", it'll then ask, "How many?". Now this is where I'm confused. I want to make it so that I can put in ANY number, (as long as I have the stuff in storage, we'll just use 1-10 for this example), and it'll go grab the correct stuff for it, and then it'll have a database type thing, so it can look it up through the database, see what it is, see if it needs cooked, (all the information for it), and then go and cook it if it needs it, and then bring the food back. I know how to get it to move all around and everything, I just need to know how to get the editable variable (meaning the variable could be anything). I could do it normally, by creating a whole bunch of "if" statements, but I'm worried that could take a long time. I can do it, but I was just looking around for an easier way that's all. I've seen this done on sources like Youtube and such, but they never show how they did it. Please just help me out with this issue if you can, if not, please let me know, so I stop looking for a solution. Thanks
[External contact info removed. -L]
[External contact info removed. -L]
Edited on 07 January 2015 - 09:14 PM