1.

Solve : Batch AI, graphics and other impossible batch ideas?

Answer»

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
:main
commands here
set /p input=Enter your command here^>
if /I "%input%"=="main" goto main
if /I "%input%"=="close" Echo BYE&pause>nul&exit


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 ABILITY, try and see if you can do it. Batch AI , is possible but very time consuming and a TOTAL 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 FEBRUARY 19, 2010, 04:27:03 AM

A patcher, funny you should ask about that.

I FOUND no humour value in his query.

However I respect your right to feel amused.

Continue.


Discussion

No Comment Found