

InterviewSolution
Saved Bookmarks
1. |
Solve : Batch AI, graphics and other impossible batch ideas? |
Answer» <html><body><p>I have made boolean results using variables and arithmetic operators, but I still lack the AI, graphics (both are probably unattainable), and also, if possible a universal command, like maybe making something so that if the player ever wants to to just be able to press type in MAIN and goto the main page, no matter which screen they're on. Anything even CLOSE to any of those will be appreciated.Or how to make a patcher. Or maybe echo off<br/>:main<br/>commands here<br/>set /p input=Enter your command here^> <br/>if /I "%input%"=="main" goto main<br/>if /I "%input%"=="close" Echo BYE&pause>nul&exit<br/><br/><br/>A patcher, funny you should ask about that. I was actually in the process of making a patcher (well actually an old-version replacer). It encorporates the FTP command and it calls the version it should be, and if the user's version isn't that, it will replace it with a newer version. But, judging by your code in your other thread, I think you need to start smaller and work your way up. What you can do though, is write down those ideas (I wish I did that lol) and when you have enough <a href="https://interviewquestions.tuteehub.com/tag/ability-25661" style="font-weight:bold;" target="_blank" title="Click to know more about ABILITY">ABILITY</a>, try and see if you can do it. Batch AI , is possible but very time consuming and a <a href="https://interviewquestions.tuteehub.com/tag/total-238051" style="font-weight:bold;" target="_blank" title="Click to know more about TOTAL">TOTAL</a> waste of time i wrote a simple one a long time ago, if you're still looking for a way to type a command on any screen and have it execute without having multiple if statements everywhere you can have all loops loop through another loop, taking only one line of code per area, and saving you hundreds of lines of code.. you can get ideas from my game here, odn.t35.com/DEAD Quote from: Helpmeh on <a href="https://interviewquestions.tuteehub.com/tag/february-460109" style="font-weight:bold;" target="_blank" title="Click to know more about FEBRUARY">FEBRUARY</a> 19, <a href="https://interviewquestions.tuteehub.com/tag/2010-290294" style="font-weight:bold;" target="_blank" title="Click to know more about 2010">2010</a>, 04:27:03 AM</p><blockquote>A patcher, funny you should ask about that. <br/></blockquote> <br/>I <a href="https://interviewquestions.tuteehub.com/tag/found-458144" style="font-weight:bold;" target="_blank" title="Click to know more about FOUND">FOUND</a> no humour value in his query. <br/><br/>However I respect your right to feel amused.<br/><br/>Continue.</body></html> | |